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

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-22'^^xsd:string;
  dwc:scientificName 'Styela sericata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253980'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '250367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-338'^^xsd:string;
  dwc:scientificName 'Styracaster chuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123942'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '123942'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-330'^^xsd:string;
  dwc:scientificName 'Styracaster horridus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '1,1 C + fragment. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123945'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '123945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-834'^^xsd:string;
  dwc:scientificName 'Neilonella kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C + one pair of united valves. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428729'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '428729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1067'^^xsd:string;
  dwc:scientificName 'Peniagone azorica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '179'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124734'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '124734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1410'^^xsd:string;
  dwc:scientificName 'Polynoidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only fragments with long parapodia and round, smooth elytra without papillae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '939'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '939'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-345'^^xsd:string;
  dwc:scientificName 'Porcellanaster caeruleus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '380706'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1051'^^xsd:string;
  dwc:scientificName 'Psychropotes longicauda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '33'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124778'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '124778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-812'^^xsd:string;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-500'^^xsd:string;
  dwc:scientificName 'Stenetrium abyssale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype Bottom temp. c. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_017-048.pdf'^^xsd:string;
  dwc:aphiaid '294955'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '262612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-74'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.1 C on living lamellibranchs, and one on pumice. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-295'^^xsd:string;
  dwc:scientificName 'Thoracostoma galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '230983'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '229564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-825'^^xsd:string;
  dwc:scientificName 'Tindaria antarctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '197471'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '197471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-896'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P77601'^^xsd:string;
  dwc:scientificName 'Abyssobrotula galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Paratype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Paratype ZMUC P77601 bottom temp. 1,1 C SL 110 Alizarin-stained. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_041-048.pdf'^^xsd:string;
  dwc:aphiaid '236126'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '236126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P77621'^^xsd:string;
  dwc:scientificName 'Abyssobrotula galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Paratype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Paratype ZMUC P77621 bottom temp. 1,1 C SL 110 Bouin-stained. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_041-048.pdf'^^xsd:string;
  dwc:aphiaid '236126'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '236126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-853'^^xsd:string;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1487'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '15 x 3 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1701'^^xsd:string;
  dwc:scientificName 'Ampharetidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:occurrenceRemarks 'indeterminable fragments of Ampharetids of the subfamily Ampharetinae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '981'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1385'^^xsd:string;
  dwc:scientificName 'Eunoe kermadeca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '25 x 8, 33 x 14 mm. (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '327841'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '327841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-747'^^xsd:string;
  dwc:scientificName 'Exspina typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp 1,1 C 3 adult females (one with emptied marsupium), 3 subadult males. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '136421'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '136421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1279'^^xsd:string;
  dwc:scientificName 'Farciminellum hexagonum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428510'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '428510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1351'^^xsd:string;
  dwc:scientificName 'Fecampia abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:occurrenceRemarks 'One cocoon. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_069-078.pdf'^^xsd:string;
  dwc:aphiaid '142962'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '142962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-769'^^xsd:string;
  dwc:scientificName 'Gaussicuma kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 1,1 C subadult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '181842'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '181842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-859'^^xsd:string;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1242'^^xsd:string;
  dwc:scientificName 'Bathypathes patula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '103323'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '103323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1026'^^xsd:string;
  dwc:scientificName 'Benthodytes sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'The specimen is too damaged to be identified to species 27 cm long and 5 cm broad.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '123529'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '123529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-504'^^xsd:string;
  dwc:scientificName 'Haploniscus kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '255816'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '255816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-312'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-241'^^xsd:string;
  dwc:scientificName 'Ilyarachna antarctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,1 C 1 complete, but somewhat mutilated, female. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '175184'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '175184'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-713'^^xsd:string;
  dwc:scientificName 'Jakobia sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '182905'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '182905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-909'^^xsd:string;
  dwc:scientificName 'Jugamphicteis galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ZMUC-POL-909 11 paratypes ZMUC-POL-1002 Holotype complete, paratypes one complete. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '328527'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '328527'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-907'^^xsd:string;
  dwc:scientificName 'Kelliella sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C badly damaged. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '138093'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '138093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1376'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '76'^^xsd:integer;
  dwc:occurrenceRemarks 'many destroyed, 35 x 12 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-729'^^xsd:string;
  dwc:scientificName 'Leiopus aberrans'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C adult, (with rudimentary oostegites and in moulting phase). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '428695'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '577847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-287'^^xsd:string;
  dwc:scientificName 'Leiopus galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,1 C 3 adult females. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_187-242.pdf'^^xsd:string;
  dwc:aphiaid '428697'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '244632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-797'^^xsd:string;
  dwc:scientificName 'Leptostyloides calcar'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182067'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '182067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-839'^^xsd:string;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1689'^^xsd:string;
  dwc:scientificName 'Melinnopsis sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Resembles M. annenkovae Usakov 1952. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129170'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '129170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1466'^^xsd:string;
  dwc:scientificName 'Nereis articulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '22 x 2, 24 x 3 mm (complete), 9 x 1, 10 x 2 mm (anterior ends), 3 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '339106'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '339106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-994'^^xsd:string;
  dwc:scientificName 'Oneirophanta mutabilis mutabilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428876'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '428876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.566601 -178.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.566601"^^xsd:decimal ;
  dwc:decimalLongitude "-178.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-997'^^xsd:string;
  dwc:scientificName 'Oneirophanta setigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.949997'^^xsd:double;
  dwc:latitude '-36.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4540'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '241946'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '241946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.333302 -178.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-178.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7640"^^xsd:integer ;
  dwc:maximumDepthInMeters "7680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-80'^^xsd:string;
  dwc:scientificName 'Hirondellea dubia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.916'^^xsd:double;
  dwc:latitude '-35.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7640'^^xsd:integer;
  dwc:maximumDepth '7680'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '13 mm . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428676'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '428676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.583302 -178.850006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.583302"^^xsd:decimal ;
  dwc:decimalLongitude "-178.850006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7310"^^xsd:integer ;
  dwc:maximumDepthInMeters "7800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-115'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '53'^^xsd:integer;
  dwc:longitude '-178.850006'^^xsd:double;
  dwc:latitude '-35.583302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7310'^^xsd:integer;
  dwc:maximumDepth '7800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Immature stage 5 spec. no 119. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1952-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.583302 -178.850006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.583302"^^xsd:decimal ;
  dwc:decimalLongitude "-178.850006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7310"^^xsd:integer ;
  dwc:maximumDepthInMeters "7800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-411'^^xsd:string;
  dwc:scientificName 'Parandania boecki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '53'^^xsd:integer;
  dwc:longitude '-178.850006'^^xsd:double;
  dwc:latitude '-35.583302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7310'^^xsd:integer;
  dwc:maximumDepth '7800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '10 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '214747'^^xsd:integer;
  dwc:observationDate '1952-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '214747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-818'^^xsd:string;
  dwc:scientificName 'Yoldia kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428855'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '506533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-216'^^xsd:string;
  dwc:scientificName 'Notomastus sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '5 spec. and 2 fragm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '129220'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '129220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1059'^^xsd:string;
  dwc:scientificName 'Peniagone azorica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '160'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124734'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '124734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-160'^^xsd:string;
  dwc:scientificName 'Peniagone vedeli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '260'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428762'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '428762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-90'^^xsd:string;
  dwc:scientificName 'Princaxelia abyssalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'about 32 mm . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428777'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '428777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-709'^^xsd:string;
  dwc:scientificName 'Torbenwolffia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,5 C Holotype and 13 additional specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '266872'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '266872'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-620'^^xsd:string;
  dwc:scientificName 'Aclis kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_125-136.pdf'^^xsd:string;
  dwc:aphiaid '428569'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '527637'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-152'^^xsd:string;
  dwc:scientificName 'Elpidia glacialis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '1800'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1800 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '124726'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '124726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-123'^^xsd:string;
  dwc:scientificName 'Galatheanthemum profundale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks '4 large, 4 small specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '173071'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '173071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-186'^^xsd:string;
  dwc:scientificName 'Bathycrinus australis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_061-062.pdf'^^xsd:string;
  dwc:aphiaid '340808'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '340808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-134'^^xsd:string;
  dwc:scientificName 'Bathydactylus kroghi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '289500'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '289500'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1316'^^xsd:string;
  dwc:scientificName 'Bugula sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-136'^^xsd:string;
  dwc:scientificName 'Halisiphonia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_017-020.pdf'^^xsd:string;
  dwc:aphiaid '292327'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '289287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-230'^^xsd:string;
  dwc:scientificName 'Jasmineira sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:occurrenceRemarks '2 fragm. of one specimen. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '129533'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '129533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-897'^^xsd:string;
  dwc:scientificName 'Kelliella bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428682'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '464341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-213'^^xsd:string;
  dwc:scientificName 'Kesun abyssorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '5 spec. and 1 fragm., largest 14 x 3 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '173899'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '337051'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-195'^^xsd:string;
  dwc:scientificName 'Macellicephala hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:occurrenceRemarks '41 fragm., some with a prost., and 32 probosc., one of these abnormal with 3 teeth. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337684'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '333091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-221'^^xsd:string;
  dwc:scientificName 'Myriochele sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:occurrenceRemarks '30 fragm., 38 tubes. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '129426'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '129426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-289'^^xsd:string;
  dwc:scientificName 'Neotanais serratispinosus hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,5 C 2 adult females + 2 adult males. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_187-242.pdf'^^xsd:string;
  dwc:aphiaid '428873'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.266602 -178.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.266602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8210"^^xsd:integer ;
  dwc:maximumDepthInMeters "8300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-87'^^xsd:string;
  dwc:scientificName 'Orchromenella abyssorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '-178.666'^^xsd:double;
  dwc:latitude '-35.266602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8210'^^xsd:integer;
  dwc:maximumDepth '8300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '12 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428750'^^xsd:integer;
  dwc:observationDate '1952-02-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-21'^^xsd:string;
  dwc:scientificName 'Styela sericata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253980'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '250367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-337'^^xsd:string;
  dwc:scientificName 'Styracaster chuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123942'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '123942'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-329'^^xsd:string;
  dwc:scientificName 'Styracaster horridus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123945'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '123945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-261'^^xsd:string;
  dwc:scientificName 'Nymphon inerme'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_159-166.pdf'^^xsd:string;
  dwc:aphiaid '134692'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '134692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1066'^^xsd:string;
  dwc:scientificName 'Peniagone azorica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '267'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124734'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '124734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1058'^^xsd:string;
  dwc:scientificName 'Peniagone humilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '414291'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '529655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1169'^^xsd:string;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1050'^^xsd:string;
  dwc:scientificName 'Psychropotes longicauda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124778'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '124778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1029'^^xsd:string;
  dwc:scientificName 'Psycheotrephes magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '414293'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '414293'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1339'^^xsd:string;
  dwc:scientificName 'Sclerodomus corrugatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428801'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '466933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1086'^^xsd:string;
  dwc:scientificName 'Scotoplanes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '148773'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '148773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1712'^^xsd:string;
  dwc:scientificName 'Sergia japonica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 female Carapace length 21 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '107135'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '377752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-73'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.2 C on a living lamellibranch. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-895'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-852'^^xsd:string;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1074'^^xsd:string;
  dwc:scientificName 'Achlyonice ecalcarea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '148770'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '148770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1486'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:occurrenceRemarks '10-40 x 5 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4390"^^xsd:integer ;
  dwc:maximumDepthInMeters "4390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-271'^^xsd:string;
  dwc:scientificName 'Colossendeis bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4390'^^xsd:integer;
  dwc:maximumDepth '4390'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '240251'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '240251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-270'^^xsd:string;
  dwc:scientificName 'Colossendeis japonica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '239502'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '134668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1'^^xsd:string;
  dwc:scientificName 'Distaplia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'sandy clay . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '250143'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '250143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1077'^^xsd:string;
  dwc:scientificName 'Ellipinion bucephalum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '414290'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '414290'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00022'^^xsd:string;
  dwc:scientificName 'Eunoe kermadeca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00022) 6 paratypes (ZMUC-POL-00023) 30 x 10, 30 x 8 mm (complete specimens), 32 x 10 mm (holotype), 20 x 14, 22 x 14, 24 x 14, 30 x 14 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/ga'^^xsd:string;
  dwc:aphiaid '327841'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '327841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-383'^^xsd:string;
  dwc:scientificName 'Eurythenes gryllus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'female, 23 mm., female, 29 mm., male 21 mm., specimen 13 mm., seven juveniles about 5 mm in lenght. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102563'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '102563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-746'^^xsd:string;
  dwc:scientificName 'Exspina typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp 1,2 C 2 adult females, 1 subadult male. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '136421'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '136421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1278'^^xsd:string;
  dwc:scientificName 'Farciminellum hexagonum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428510'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '428510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-858'^^xsd:string;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '155'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1023'^^xsd:string;
  dwc:scientificName 'Benthodytes sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '241785'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '241785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1138'^^xsd:string;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00039'^^xsd:string;
  dwc:scientificName 'Hediste kermadeca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00039) 27 x 5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333584'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1328'^^xsd:string;
  dwc:scientificName 'Himantozoum clavulum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428667'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '1026016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-506'^^xsd:string;
  dwc:scientificName 'Ischnomesus birsteini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '255915'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '255915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-914'^^xsd:string;
  dwc:scientificName 'Jugamphicteis galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC-POL-914 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '328527'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '328527'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1002'^^xsd:string;
  dwc:scientificName 'Laetmogone wyvillethomsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124757'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '124757'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1375'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '181'^^xsd:integer;
  dwc:occurrenceRemarks '33-34 setigers: 15 x 5, 35 x 10 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-796'^^xsd:string;
  dwc:scientificName 'Leptostyloides calcar'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,2 C badly damaged. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182067'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '182067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 77456'^^xsd:string;
  dwc:scientificName 'Leucochlamys galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ZMUC P 77456 std. l. 84 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_007-090.pdf'^^xsd:string;
  dwc:aphiaid '318846'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '126652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 77457'^^xsd:string;
  dwc:scientificName 'Leucochlamys galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Paratype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Paratype ZMUC P 77457 std. l. 61 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_007-090.pdf'^^xsd:string;
  dwc:aphiaid '318846'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '126652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-42'^^xsd:string;
  dwc:scientificName 'Molgula immunda f. monocarpa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '428871'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '250937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4520"^^xsd:integer ;
  dwc:maximumDepthInMeters "4520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11632'^^xsd:string;
  dwc:scientificName 'Munidopsis abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4520'^^xsd:integer;
  dwc:maximumDepth '4520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, ZMUC CRU-11632 ov., 55,1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '196020'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '196020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1688'^^xsd:string;
  dwc:scientificName 'Melinnopsis sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129170'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '129170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1465'^^xsd:string;
  dwc:scientificName 'Nereis articulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks '6 complete: 20 x 2, 20 x 2, 22 x 2, 25 x 3, 35 x 4, 35 x 4 mm, anterior ends: 6-20 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '339106'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '339106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-454'^^xsd:string;
  dwc:scientificName 'Oediceroides wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Determination unsure.  Two head ends 10 and 14 mm long of specimens probably 20 mm long.  They are the like O. wolffi of st. 607, having the shorter rostrum. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp'^^xsd:string;
  dwc:aphiaid '183303'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '183303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.516602 -178.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.516602"^^xsd:decimal ;
  dwc:decimalLongitude "-178.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4410"^^xsd:integer ;
  dwc:maximumDepthInMeters "4410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-993'^^xsd:string;
  dwc:scientificName 'Oneirophanta mutabilis mutabilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '-178.632996'^^xsd:double;
  dwc:latitude '-36.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4410'^^xsd:integer;
  dwc:maximumDepth '4410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428876'^^xsd:integer;
  dwc:observationDate '1952-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '428876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-246'^^xsd:string;
  dwc:scientificName 'Storthyngura benti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,1 C 1 juvenile female. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '255772'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '579442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-256'^^xsd:string;
  dwc:scientificName 'Nymphon galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_159-166.pdf'^^xsd:string;
  dwc:aphiaid '239438'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '239438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1340'^^xsd:string;
  dwc:scientificName 'Sclerodomus rugatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428803'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '466939'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-72'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P77599'^^xsd:string;
  dwc:scientificName 'Abyssobrotula galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ZMUC P77599 bottom temp. 1,1 C SL 130. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_041-048.pdf'^^xsd:string;
  dwc:aphiaid '236126'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '236126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-573'^^xsd:string;
  dwc:scientificName 'Abyssocladia bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '189798'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '189798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-268'^^xsd:string;
  dwc:scientificName 'Colossendeis angusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'juv., 15,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134659'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '134659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-505'^^xsd:string;
  dwc:scientificName 'Dendromunna mirabile'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '255659'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '255659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1136'^^xsd:string;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1393'^^xsd:string;
  dwc:scientificName 'Harmothoe sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Juv. specimen: 5 x 1 mm, 23 segments, 12 elytrophores. Short, bulbous paired antennae. Short broad palps. Elytra with short thornlike papillae on entire surface. Neurosetae of two kinds: broad with bidentate tips and long with capillary unidentate tips.'^^xsd:string;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1374'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '23 x 10, 30 x 12, 35 x 12 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1065'^^xsd:string;
  dwc:scientificName 'Peniagone azorica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '60'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124734'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '124734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1166 -178.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1166"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1700'^^xsd:string;
  dwc:scientificName 'Ampharetidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.533005'^^xsd:double;
  dwc:latitude '-36.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks 'indeterminable fragments of Ampharetids of the subfamily Ampharetinae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '981'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-86'^^xsd:string;
  dwc:scientificName 'Tryphosa bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'about 7 mm. juv. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428827'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '526258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-485'^^xsd:string;
  dwc:scientificName 'Xylophaga hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf'^^xsd:string;
  dwc:aphiaid '428848'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '428848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-250'^^xsd:string;
  dwc:scientificName 'Storthyngura furcata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temperature 1,3 C Holotype (complete female) 1 complete female + mutilated posterior half of 1 female; 1 complete male, but broken. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf"'^^xsd:string;
  dwc:aphiaid '175214'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '263969'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-228'^^xsd:string;
  dwc:scientificName 'Terebellides eurystethus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'thorax with a few abdominal segm., 14 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '340091'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '340091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-833'^^xsd:string;
  dwc:scientificName 'Neilonella hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428728'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '428728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1064'^^xsd:string;
  dwc:scientificName 'Peniagone azorica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '600'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124734'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '124734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-164'^^xsd:string;
  dwc:scientificName 'Peniagone vedeli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '600'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, 4,2 cm long c. 600 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428762'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '428762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-174'^^xsd:string;
  dwc:scientificName 'Pseudostichopus villosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '124588'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '529559'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-158'^^xsd:string;
  dwc:scientificName 'Scotoplanes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '148773'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '148773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1085'^^xsd:string;
  dwc:scientificName 'Scotoplanes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '148773'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '148773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-243'^^xsd:string;
  dwc:scientificName 'Storthyngura benti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temperature 1,3 C 2 complete females, one with well developed marsupium; 2 complete males + anterior half of 1 male. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf"'^^xsd:string;
  dwc:aphiaid '255772'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '579442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-712'^^xsd:string;
  dwc:scientificName 'Torbenwolffia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '266872'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '266872'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-622'^^xsd:string;
  dwc:scientificName 'Admete bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_125-136.pdf'^^xsd:string;
  dwc:aphiaid '428574'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '428574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-137'^^xsd:string;
  dwc:scientificName 'Aglaophenia tenuissima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'one sterile colony. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_017-020.pdf'^^xsd:string;
  dwc:aphiaid '428575'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '284183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-226'^^xsd:string;
  dwc:scientificName 'Ampharetidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '13 x 1.5 mm, 1 fragm. and 1 tube. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '981'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-122'^^xsd:string;
  dwc:scientificName 'Galatheanthemum profundale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '173071'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '173071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-128'^^xsd:string;
  dwc:scientificName 'Galatheanthemum profundale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '40'^^xsd:integer;
  dwc:occurrenceRemarks 'about 40 large and medium sized specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '173071'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '173071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-615'^^xsd:string;
  dwc:scientificName 'Careproctus kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'The holotype (female) has No P 82217, the paratypes has Nos. P 82218-82221 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_113-124.pdf'^^xsd:string;
  dwc:aphiaid '306217'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '279360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-609'^^xsd:string;
  dwc:scientificName 'Caulophacus hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '172056'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '172056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-617'^^xsd:string;
  dwc:scientificName 'Guttula galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C 8 specimens and 4 shells. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_125-136.pdf'^^xsd:string;
  dwc:aphiaid '428654'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '428654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-133'^^xsd:string;
  dwc:scientificName 'Hadalanthus knudseni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '290058'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '290058'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-145'^^xsd:string;
  dwc:scientificName 'Hymenaster blegvadi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '38'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_023-032.pdf'^^xsd:string;
  dwc:aphiaid '291565'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '291565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-240'^^xsd:string;
  dwc:scientificName 'Ilyarachna antarctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,3 C 1 complete male + posterior half of 1 male. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '175184'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '175184'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-236'^^xsd:string;
  dwc:scientificName 'Ischnomesus sp+ñrcki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,3 C anterior half of 1 specimen. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '255930'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '255930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-901'^^xsd:string;
  dwc:scientificName 'Kelliella bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428682'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '464341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-286'^^xsd:string;
  dwc:scientificName 'Leiopus galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temperature 1,3 C 5 adult females (one with rudimentary oostegites); 2 adult males; 2 preadult specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_187-242.pdf"'^^xsd:string;
  dwc:aphiaid '428697'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '244632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-191'^^xsd:string;
  dwc:scientificName 'Macellicephala abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 spec., 2 probosc.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337682'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '130726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-197'^^xsd:string;
  dwc:scientificName 'Macellicephala hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '33'^^xsd:integer;
  dwc:occurrenceRemarks 'Type locality 33 spec., the largest 62 x 25 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337684'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '333091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-218'^^xsd:string;
  dwc:scientificName 'Maldanella harai'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '48'^^xsd:integer;
  dwc:occurrenceRemarks '3-7 anterior set. segm., 8 fragm. with anal-segm. and 88 fragm. from the middle region, 7 tubes. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '130306'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '130306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-621'^^xsd:string;
  dwc:scientificName 'Melanella hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C The body whorl of the shell rather damaged. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_125-136.pdf'^^xsd:string;
  dwc:aphiaid '428717'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '428717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-99'^^xsd:string;
  dwc:scientificName 'Lepechinella wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '21 mm. with large oostegites. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428702'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '428702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-203'^^xsd:string;
  dwc:scientificName 'Nephthys elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '5 spec. and 2 fragm., 1,46 x 5 mm, 2,34 x 4 mm, 3,44 x 5 mm, 4,15 x 5 mm - 13 set. segm., post. segm. lost, 5.10 x 4 mm - 16 set. segm., post. segm. lost. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_06'^^xsd:string;
  dwc:aphiaid '428731'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-206'^^xsd:string;
  dwc:scientificName 'Nino+½ fusca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks '16 spec. and 15 fragm., largest: 72 x 5 mm - 71 set. segm., post. segm. lost. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337137'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '333183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.849998 -178.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.849998"^^xsd:decimal ;
  dwc:decimalLongitude "-178.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6660"^^xsd:integer ;
  dwc:maximumDepthInMeters "6770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-141'^^xsd:string;
  dwc:scientificName 'Ophiura loveni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '51'^^xsd:integer;
  dwc:longitude '-178.516006'^^xsd:double;
  dwc:latitude '-35.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6660'^^xsd:integer;
  dwc:maximumDepth '6770'^^xsd:integer;
  dwc:individualCount '177'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_023-032.pdf'^^xsd:string;
  dwc:aphiaid '244281'^^xsd:integer;
  dwc:observationDate '1952-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '576217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3666 -178.382996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.3666"^^xsd:decimal ;
  dwc:decimalLongitude "-178.382996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4630"^^xsd:integer ;
  dwc:maximumDepthInMeters "4630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-409'^^xsd:string;
  dwc:scientificName 'Euandania gigantea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.382996'^^xsd:double;
  dwc:latitude '-36.3666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4630'^^xsd:integer;
  dwc:maximumDepth '4630'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '34 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '103093'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '237421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3666 -178.382996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.3666"^^xsd:decimal ;
  dwc:decimalLongitude "-178.382996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4630"^^xsd:integer ;
  dwc:maximumDepthInMeters "4630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-382'^^xsd:string;
  dwc:scientificName 'Eurythenes gryllus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.382996'^^xsd:double;
  dwc:latitude '-36.3666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4630'^^xsd:integer;
  dwc:maximumDepth '4630'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 female, ovigerous, 17 mm, 1 female, 15 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102563'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '102563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3666 -178.382996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.3666"^^xsd:decimal ;
  dwc:decimalLongitude "-178.382996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4630"^^xsd:integer ;
  dwc:maximumDepthInMeters "4630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-371'^^xsd:string;
  dwc:scientificName 'Cyphocaris richardi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '54'^^xsd:integer;
  dwc:longitude '-178.382996'^^xsd:double;
  dwc:latitude '-36.3666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4630'^^xsd:integer;
  dwc:maximumDepth '4630'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102557'^^xsd:integer;
  dwc:observationDate '1952-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '102557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-404'^^xsd:string;
  dwc:scientificName 'Valettiopsis multidentatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 18 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428834'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '428834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1268'^^xsd:string;
  dwc:scientificName 'Notoplites armigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428734'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '428734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-876'^^xsd:string;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1087'^^xsd:string;
  dwc:scientificName 'Scotoplanes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '148773'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '148773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1270'^^xsd:string;
  dwc:scientificName 'Amastigia cf.nuda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '173072'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '173072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1626'^^xsd:string;
  dwc:scientificName 'Ammotrypanella arctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,1 C 25 x 1 mm (complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130484'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '130484'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-33'^^xsd:string;
  dwc:scientificName 'Dicarpa simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:occurrenceRemarks 'many . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '183127'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '183127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-662'^^xsd:string;
  dwc:scientificName 'Cryptolarella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:occurrenceRemarks 'Five up to 3 cm high colonies from a hydrorhizal mass creeping on a small twig. Some gonothecae are present.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117684'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '117684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-463'^^xsd:string;
  dwc:scientificName 'Epimeria bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428640'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '428640'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-475'^^xsd:string;
  dwc:scientificName 'Camacho bathyplous'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '13 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '488775'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '488775'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1303'^^xsd:string;
  dwc:scientificName 'Camptoplites bicornis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:occurrenceRemarks 'Det. as var. 2 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '172972'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '172972'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-726'^^xsd:string;
  dwc:scientificName 'Carpoapseudes oculicornutus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,1 C 1 adult female (somewhat incomplete) with emptied marsupium, 1 adult male (also somewhat incomplete).. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '247127'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '247127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1027'^^xsd:string;
  dwc:scientificName 'Benthodytes sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'The specimen is too damaged to be identified to species 12 cm long and 2 cm broad.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '123529'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '123529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1322'^^xsd:string;
  dwc:scientificName 'Himantozoum taurinum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428672'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '1026033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1377'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '"20 x 10, 20 x 10, 25 x 12 mm; 1 fragment. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf"'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1425'^^xsd:string;
  dwc:scientificName 'Leanira quatrefagesi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks '12 x 1-32 x 6 mm (anterior ends), 8 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155223'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '155223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-810'^^xsd:string;
  dwc:scientificName 'Ledella kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428693'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '428693'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1557'^^xsd:string;
  dwc:scientificName 'Lumbrineris brevicirra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '22 x 2, 25 x 3, 55 x 5, 65 x 5 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333871'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '413988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-793'^^xsd:string;
  dwc:scientificName 'Makrokylindrus prolatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 2,1 C subadult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '428711'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '428711'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1271'^^xsd:string;
  dwc:scientificName 'Menipea ignota'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428720'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '472084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-610'^^xsd:string;
  dwc:scientificName 'Oonema bipinnulum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '428745'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '171511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.633301 -178.350006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.633301"^^xsd:decimal ;
  dwc:decimalLongitude "-178.350006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1542'^^xsd:string;
  dwc:scientificName 'Paradiopatra paucibranchis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '56'^^xsd:integer;
  dwc:longitude '-178.350006'^^xsd:double;
  dwc:latitude '-36.633301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2470'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '18, 20 x 1, 20, 28, 32, 32 x 3 mm (anterior ends), fragments, tubes. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '413997'^^xsd:integer;
  dwc:observationDate '1952-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '173845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.2166 -177.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.2166"^^xsd:decimal ;
  dwc:decimalLongitude "-177.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1186'^^xsd:string;
  dwc:scientificName 'Aspidosiphon hartmeyeri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '63'^^xsd:integer;
  dwc:longitude '-177.949997'^^xsd:double;
  dwc:latitude '-29.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425026'^^xsd:integer;
  dwc:observationDate '1952-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '136036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-832'^^xsd:string;
  dwc:scientificName 'Neilonella hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C + one fragment. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428728'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '428728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1061'^^xsd:string;
  dwc:scientificName 'Peniagone azorica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124734'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '124734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-162'^^xsd:string;
  dwc:scientificName 'Peniagone vedeli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428762'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '428762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-92'^^xsd:string;
  dwc:scientificName 'Princaxelia abyssalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Paratype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '1 female, 18 mm type, 1 male, about 21 mm paratype, 1 female 11 mm, 1 sex?, badly mutilated . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428777'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '428777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-801'^^xsd:string;
  dwc:scientificName 'Phaseolus faba'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428768'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '428768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-173'^^xsd:string;
  dwc:scientificName 'Pseudostichopus villosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '124588'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '529559'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-84'^^xsd:string;
  dwc:scientificName 'Schisturella galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'about 10 mm with 2 eggs . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428800'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '557544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-69'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '45'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-242'^^xsd:string;
  dwc:scientificName 'Storthyngura benti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temperature 1,3 C 10 complete females + anterior half of 8 and posterior half of 3 more females; anterior half of 2 males and posterior half of 2 males; 1 detorated marsupium. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/V"'^^xsd:string;
  dwc:aphiaid '255772'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '579442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-710'^^xsd:string;
  dwc:scientificName 'Torbenwolffia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '266872'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '266872'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-6'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-880'^^xsd:string;
  dwc:scientificName 'Cyclopecten hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C juvenile. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '394545'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '391806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-254'^^xsd:string;
  dwc:scientificName 'Eurycope galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,3 C 1 male without head + posterior half of one more specimen without pleopods. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '255741'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '255741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-253'^^xsd:string;
  dwc:scientificName 'Eurycope madseni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,3 C 1 male, complete but posterior half rather mutilated. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '294734'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '255727'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-125'^^xsd:string;
  dwc:scientificName 'Galatheanthemum profundale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks 'small specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '173071'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '173071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-572'^^xsd:string;
  dwc:scientificName 'Asbestopluma hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168199'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '863533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-85'^^xsd:string;
  dwc:scientificName 'Bathycallisoma pacifica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'about 33 mm, somewhat mutilated . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428590'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '852226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-98'^^xsd:string;
  dwc:scientificName 'Bathyschraderia magnifica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '+ fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428596'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '428596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-96'^^xsd:string;
  dwc:scientificName 'Halice secunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Anterior half . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '237114'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '237114'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-291'^^xsd:string;
  dwc:scientificName 'Herpotanais kirkegaardi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '39'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temperature 1,3 C 19 adult females (complete) + 3 incomplete females; 4 adult males (complete) + 2 incomplete males; 11 preadult specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_187-242."'^^xsd:string;
  dwc:aphiaid '247375'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '247375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-239'^^xsd:string;
  dwc:scientificName 'Ilyarachna antarctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temperature 1,3 C 1 complete but broken female + 1 female with mutilated somite 7 and pleotelson + posterior half of 1 female; 1 complete male + anterior half of 1 male. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_0"'^^xsd:string;
  dwc:aphiaid '175184'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '175184'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-234'^^xsd:string;
  dwc:scientificName 'Ischnomesus bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1.3 C complete. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '255916'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '255916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-235'^^xsd:string;
  dwc:scientificName 'Ischnomesus sp+ñrcki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,3 C complete. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '255930'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '255930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-899'^^xsd:string;
  dwc:scientificName 'Kelliella bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '53'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428682'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '464341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-214'^^xsd:string;
  dwc:scientificName 'Kesun abyssorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '21 x 3-15 x 3 mm, one has lost the post. 7 segm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '173899'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '337051'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-190'^^xsd:string;
  dwc:scientificName 'Macellicephala abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks '16 spec., 4 fragm., 1 probosc., largest 43 x 20 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337682'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '130726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-196'^^xsd:string;
  dwc:scientificName 'Macellicephala hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:occurrenceRemarks '8 fragm., some faintly purplish coloured, and 2 probosc. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337684'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '333091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-252'^^xsd:string;
  dwc:scientificName 'Munneurycope menziesi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,3 C (First descr. as Eurycope nodifrons Hansen 1916 in Wolff 1956 (Vol. 2, p. 123), but then reexamined) 1 female, complete but broken, with well developed marsupial plates. Record published in http://www.zmuc.dk/InverWeb/Galathea/P'^^xsd:string;
  dwc:aphiaid '255765'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '255765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-290'^^xsd:string;
  dwc:scientificName 'Neotanais serratispinosus hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,3 C fragment of a female. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_187-242.pdf'^^xsd:string;
  dwc:aphiaid '428873'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-201'^^xsd:string;
  dwc:scientificName 'Nephthys elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '2 spec. and 2 fragm., 1,45 x 4 mm, 2,32 x 5 mm - 33 set. segm., post segm. lost. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '428731'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -177.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6960"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-205'^^xsd:string;
  dwc:scientificName 'Nino+½ fusca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '47'^^xsd:integer;
  dwc:longitude '-177.233002'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6960'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 spec. and 2 fragm., 26 x 4 mm - 31 set. segm., post. segm. lost. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337137'^^xsd:integer;
  dwc:observationDate '1952-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '333183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-618'^^xsd:string;
  dwc:scientificName 'Trenchia wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_125-136.pdf'^^xsd:string;
  dwc:aphiaid '428825'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '428825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-247'^^xsd:string;
  dwc:scientificName 'Storthyngura pulchra kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temp. 1,3 C 4 females, one without pleotelson; 2 males, one very mutilated, both without pleotelson; 1 very mutilated specimen; 1 juv. female. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-"'^^xsd:string;
  dwc:aphiaid '428879'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '263973'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1060'^^xsd:string;
  dwc:scientificName 'Peniagone azorica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '260'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124734'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '124734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-161'^^xsd:string;
  dwc:scientificName 'Peniagone vedeli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '260'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428762'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '428762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-91'^^xsd:string;
  dwc:scientificName 'Princaxelia abyssalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'about 15 mm, urosome lacking . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428777'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '428777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-156'^^xsd:string;
  dwc:scientificName 'Scotoplanes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '148773'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '148773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1082'^^xsd:string;
  dwc:scientificName 'Scotoplanes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '148773'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '148773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-232'^^xsd:string;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:occurrenceRemarks '1 fragm. of the post. segm., 2 mm long, 5 tubes, largest 14x 1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-68'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '50'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.3 C on pebbles. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-244'^^xsd:string;
  dwc:scientificName 'Storthyngura benti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,3 C 1 female without pleotelson. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '255772'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '579442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-879'^^xsd:string;
  dwc:scientificName 'Cyclopecten hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '394545'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '391806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-153'^^xsd:string;
  dwc:scientificName 'Elpidia glacialis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '124726'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '124726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-144'^^xsd:string;
  dwc:scientificName 'Eremicaster pacificus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_023-032.pdf'^^xsd:string;
  dwc:aphiaid '380695'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-351'^^xsd:string;
  dwc:scientificName 'Eremicaster vicinus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '178727'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '178727'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-124'^^xsd:string;
  dwc:scientificName 'Galatheanthemum profundale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:occurrenceRemarks 'about 30 most of them small. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '173071'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '173071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-571'^^xsd:string;
  dwc:scientificName 'Asbestopluma wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168205'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '168205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-231'^^xsd:string;
  dwc:scientificName 'Jasmineira sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:occurrenceRemarks '2 fragm. of one specimen, 2 fragm. of branchiae, some tubes of fine clay. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '129533'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '129533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-898'^^xsd:string;
  dwc:scientificName 'Kelliella bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428682'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '464341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-189'^^xsd:string;
  dwc:scientificName 'Macellicephala abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks '"12 spec., 12 fragments, largest; 38 x 18 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf"'^^xsd:string;
  dwc:aphiaid '337682'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '130726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-217'^^xsd:string;
  dwc:scientificName 'Maldanella harai'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '7 anterior set. segm., 15 x 4 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '130306'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '130306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-222'^^xsd:string;
  dwc:scientificName 'Myriochele sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:occurrenceRemarks '6 tubes. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '129426'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '129426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-200'^^xsd:string;
  dwc:scientificName 'Nephthys elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 spec., 30 setigerous segments, 32 x 7 mm, post. segm. lost. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '428731'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-204'^^xsd:string;
  dwc:scientificName 'Nino+½ fusca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 spec. and 4 fragm., 10 x 3 mm - 11 set. segm., post. segm. lost. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337137'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '333183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.333302 -176.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.333302"^^xsd:decimal ;
  dwc:decimalLongitude "-176.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6620"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-142'^^xsd:string;
  dwc:scientificName 'Ophiura sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '-176.899994'^^xsd:double;
  dwc:latitude '-32.333302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6620'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:occurrenceRemarks 'an arm fragment mentioned because of the great depth. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_023-032.pdf'^^xsd:string;
  dwc:aphiaid '123574'^^xsd:integer;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '123574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.150002 -176.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.150002"^^xsd:decimal ;
  dwc:decimalLongitude "-176.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6180"^^xsd:integer ;
  dwc:maximumDepthInMeters "6180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1062'^^xsd:string;
  dwc:scientificName 'Peniagone azorica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '-176.582993'^^xsd:double;
  dwc:latitude '-32.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6180'^^xsd:integer;
  dwc:maximumDepth '6180'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124734'^^xsd:integer;
  dwc:observationDate '1952-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '124734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.150002 -176.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.150002"^^xsd:decimal ;
  dwc:decimalLongitude "-176.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6180"^^xsd:integer ;
  dwc:maximumDepthInMeters "6180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-163'^^xsd:string;
  dwc:scientificName 'Peniagone vedeli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '-176.582993'^^xsd:double;
  dwc:latitude '-32.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6180'^^xsd:integer;
  dwc:maximumDepth '6180'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428762'^^xsd:integer;
  dwc:observationDate '1952-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '428762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.150002 -176.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.150002"^^xsd:decimal ;
  dwc:decimalLongitude "-176.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6180"^^xsd:integer ;
  dwc:maximumDepthInMeters "6180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-157'^^xsd:string;
  dwc:scientificName 'Scotoplanes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '-176.582993'^^xsd:double;
  dwc:latitude '-32.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6180'^^xsd:integer;
  dwc:maximumDepth '6180'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '148773'^^xsd:integer;
  dwc:observationDate '1952-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '148773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.150002 -176.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.150002"^^xsd:decimal ;
  dwc:decimalLongitude "-176.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6180"^^xsd:integer ;
  dwc:maximumDepthInMeters "6180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1083'^^xsd:string;
  dwc:scientificName 'Scotoplanes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '-176.582993'^^xsd:double;
  dwc:latitude '-32.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6180'^^xsd:integer;
  dwc:maximumDepth '6180'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '148773'^^xsd:integer;
  dwc:observationDate '1952-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '148773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.150002 -176.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.150002"^^xsd:decimal ;
  dwc:decimalLongitude "-176.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6180"^^xsd:integer ;
  dwc:maximumDepthInMeters "6180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-70'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '-176.582993'^^xsd:double;
  dwc:latitude '-32.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6180'^^xsd:integer;
  dwc:maximumDepth '6180'^^xsd:integer;
  dwc:individualCount '35'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.150002 -176.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.150002"^^xsd:decimal ;
  dwc:decimalLongitude "-176.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6180"^^xsd:integer ;
  dwc:maximumDepthInMeters "6180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-7'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '-176.582993'^^xsd:double;
  dwc:latitude '-32.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6180'^^xsd:integer;
  dwc:maximumDepth '6180'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:observationDate '1952-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.150002 -176.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.150002"^^xsd:decimal ;
  dwc:decimalLongitude "-176.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6140"^^xsd:integer ;
  dwc:maximumDepthInMeters "6160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-146'^^xsd:string;
  dwc:scientificName 'Freyella mortenseni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '-176.582993'^^xsd:double;
  dwc:latitude '-32.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6140'^^xsd:integer;
  dwc:maximumDepth '6160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'fragments of arms of one specimen. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_023-032.pdf'^^xsd:string;
  dwc:aphiaid '292883'^^xsd:integer;
  dwc:observationDate '1952-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '291607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.150002 -176.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.150002"^^xsd:decimal ;
  dwc:decimalLongitude "-176.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6180"^^xsd:integer ;
  dwc:maximumDepthInMeters "6180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-126'^^xsd:string;
  dwc:scientificName 'Galatheanthemum profundale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '-176.582993'^^xsd:double;
  dwc:latitude '-32.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6180'^^xsd:integer;
  dwc:maximumDepth '6180'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks 'small specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '173071'^^xsd:integer;
  dwc:observationDate '1952-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '173071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.150002 -176.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.150002"^^xsd:decimal ;
  dwc:decimalLongitude "-176.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6180"^^xsd:integer ;
  dwc:maximumDepthInMeters "6180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-223'^^xsd:string;
  dwc:scientificName 'Myriochele sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '-176.582993'^^xsd:double;
  dwc:latitude '-32.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6180'^^xsd:integer;
  dwc:maximumDepth '6180'^^xsd:integer;
  dwc:occurrenceRemarks '1 fragm. and 1 tube. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '129426'^^xsd:integer;
  dwc:observationDate '1952-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '129426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.150002 -176.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.150002"^^xsd:decimal ;
  dwc:decimalLongitude "-176.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6180"^^xsd:integer ;
  dwc:maximumDepthInMeters "6180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-202'^^xsd:string;
  dwc:scientificName 'Nephthys elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '-176.582993'^^xsd:double;
  dwc:latitude '-32.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6180'^^xsd:integer;
  dwc:maximumDepth '6180'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '2 spec. and 2 fragm., 1,42 x 4 mm, 2. 11 set. segm. post segm. lost. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '428731'^^xsd:integer;
  dwc:observationDate '1952-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.150002 -176.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.150002"^^xsd:decimal ;
  dwc:decimalLongitude "-176.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6180"^^xsd:integer ;
  dwc:maximumDepthInMeters "6180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-94'^^xsd:string;
  dwc:scientificName 'Pardaliscoides longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '-176.582993'^^xsd:double;
  dwc:latitude '-32.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6180'^^xsd:integer;
  dwc:maximumDepth '6180'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'head mutilated, prob. imm. about 4 mm . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428754'^^xsd:integer;
  dwc:observationDate '1952-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '428754'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-619'^^xsd:string;
  dwc:scientificName 'Trenchia wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_125-136.pdf'^^xsd:string;
  dwc:aphiaid '428825'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '428825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-245'^^xsd:string;
  dwc:scientificName 'Storthyngura benti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,2 C 1 female with well developed marsupial plates. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '255772'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '579442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-251'^^xsd:string;
  dwc:scientificName 'Storthyngura furcata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 1,2 C Pleon of 2 females + 1 smaller female without pleon. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '175214'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '263969'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-823'^^xsd:string;
  dwc:scientificName 'Nuculanidae sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '205'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-257'^^xsd:string;
  dwc:scientificName 'Nymphon galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks '4 male, 8 female. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_159-166.pdf'^^xsd:string;
  dwc:aphiaid '239438'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '239438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1063'^^xsd:string;
  dwc:scientificName 'Peniagone azorica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124734'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '124734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-139'^^xsd:string;
  dwc:scientificName 'Primnoella krampi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5850'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype one single colony. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_021-022.pdf'^^xsd:string;
  dwc:aphiaid '428776'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '289709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1084'^^xsd:string;
  dwc:scientificName 'Scotoplanes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '148773'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '148773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1711'^^xsd:string;
  dwc:scientificName 'Sergia japonica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 female Carapace length 25 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '107135'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '377752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-813'^^xsd:string;
  dwc:scientificName 'Spinula kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428812'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '506295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-71'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.2 C on pumice. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-711'^^xsd:string;
  dwc:scientificName 'Torbenwolffia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '266872'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '266872'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-3'^^xsd:string;
  dwc:scientificName 'Abyssascidia wyvillii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '249774'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '249774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P77600'^^xsd:string;
  dwc:scientificName 'Abyssobrotula galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Paratype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Paratype ZMUC P77600 bottom temp. 1,2 C SL 123. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_041-048.pdf'^^xsd:string;
  dwc:aphiaid '236126'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '236126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1485'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '38 x5, 40 x 5 mm (complete, 54 setigers). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1625'^^xsd:string;
  dwc:scientificName 'Ammotrypanella arctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C incomplete specimen, 47 x 3 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130484'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '130484'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-8'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-147'^^xsd:string;
  dwc:scientificName 'Freyella mortenseni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 2 fragmentary specimens and detached arms. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_023-032.pdf'^^xsd:string;
  dwc:aphiaid '292883'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '291607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-127'^^xsd:string;
  dwc:scientificName 'Galatheanthemum profundale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'small specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '173071'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '173071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1399'^^xsd:string;
  dwc:scientificName 'Bathyeliasona kirkegaardi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:occurrenceRemarks '2 fragments, 2 proboscides. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130727'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '130727'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23338'^^xsd:string;
  dwc:scientificName 'Bathymicrops brevianalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat No P 23338, Holotype Bottom temp. 1,2 C std. l. 111 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '272067'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '272067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-521'^^xsd:string;
  dwc:scientificName 'Bathyopsurus nybelini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,2 C Head. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '255722'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '255722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1302'^^xsd:string;
  dwc:scientificName 'Camptoplites bicornis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:occurrenceRemarks 'Det. as var. 1 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '172972'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '172972'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1098'^^xsd:string;
  dwc:scientificName 'Bathypterois longicauda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '272072'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '272072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-608'^^xsd:string;
  dwc:scientificName 'Hyalonema sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '132096'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '132096'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-900'^^xsd:string;
  dwc:scientificName 'Kelliella bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428682'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '464341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1406'^^xsd:string;
  dwc:scientificName 'Macellicephalinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:occurrenceRemarks '"2 fragments; prostomium missing, unusual neurosetae with bifid tips. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf"'^^xsd:string;
  dwc:aphiaid '196343'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '196343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.166599 -175.899994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.166599"^^xsd:decimal ;
  dwc:decimalLongitude "-175.899994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-992'^^xsd:string;
  dwc:scientificName 'Oneirophanta mutabilis mutabilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '49'^^xsd:integer;
  dwc:longitude '-175.899994'^^xsd:double;
  dwc:latitude '-32.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5900'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428876'^^xsd:integer;
  dwc:observationDate '1952-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '428876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-248'^^xsd:string;
  dwc:scientificName 'Storthyngura pulchra pulchra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. about 2,0 C 3 males. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '428880'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '263978'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-542'^^xsd:string;
  dwc:scientificName 'Styela milleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_059-062.pdf'^^xsd:string;
  dwc:aphiaid '253934'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '173969'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-761'^^xsd:string;
  dwc:scientificName 'Styela milleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_091-098.pdf'^^xsd:string;
  dwc:aphiaid '253934'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '173969'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-406'^^xsd:string;
  dwc:scientificName 'Parargissa galatheae americana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Descr. as n. subsp. Holotype 42 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428877'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '428877'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-523'^^xsd:string;
  dwc:scientificName 'Paropsurus giganteus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,9 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '261959'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '261959'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1069'^^xsd:string;
  dwc:scientificName 'Peniagone papillata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '41'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '183341'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '183341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1070'^^xsd:string;
  dwc:scientificName 'Peniagone vitrea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '174046'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '174046'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1615'^^xsd:string;
  dwc:scientificName 'Pherusa sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,9 C Several medial and posterior fragments. No anterior parts.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '129293'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '129293'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-974'^^xsd:string;
  dwc:scientificName 'Piscicolidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temp. c. 1,9 C total length 7,75 mm; maximum width 0,5 mm. From Bassozetus sp.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_113-126.pdf"'^^xsd:string;
  dwc:aphiaid '2043'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '2043'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-920'^^xsd:string;
  dwc:scientificName 'Policordia cf.alaskana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '138655'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '138655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-298'^^xsd:string;
  dwc:scientificName 'Probeebei mirabilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C Four adult females, three adult males, nine juveniles, and fragments of two specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_011-032.pdf'^^xsd:string;
  dwc:aphiaid '368012'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '368012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-948'^^xsd:string;
  dwc:scientificName 'Psammina nummulina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks 'About 500 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380572'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '380572'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1052'^^xsd:string;
  dwc:scientificName 'Psychropotes longicauda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124778'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '124778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1089'^^xsd:string;
  dwc:scientificName 'Scotoplanes clarki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '100'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '428804'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '428804'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-958'^^xsd:string;
  dwc:scientificName 'Stannophyllum radiolarium'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks '1 fragment. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380597'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '380597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-954'^^xsd:string;
  dwc:scientificName 'Stannophyllum zonarium'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '100'^^xsd:integer;
  dwc:occurrenceRemarks 'about 100 specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380601'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '380601'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3590"^^xsd:integer ;
  dwc:maximumDepthInMeters "3590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-75'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3590'^^xsd:integer;
  dwc:maximumDepth '3590'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2.0 C on living lamellibranchs. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P92166'^^xsd:string;
  dwc:scientificName 'Thaumatichthys axeli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ZMUC P92166 s.l. 365 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_007-040.pdf'^^xsd:string;
  dwc:aphiaid '282960'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '282960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-642'^^xsd:string;
  dwc:scientificName 'Abyssicaprella galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Paratype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Paratypes Bottom temp. c. 1,9 c . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_091-096.pdf'^^xsd:string;
  dwc:aphiaid '345308'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '345308'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-745'^^xsd:string;
  dwc:scientificName 'Anarthuropsis galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp c. 1,9 C 1 female (with rudimentary oostegites), 1 subadult male, 1 manca. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '247424'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '247424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-576'^^xsd:string;
  dwc:scientificName 'Cladorhiza linearis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168234'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '1466626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-541'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bifurcata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype The body is 21 mm long and 12 mm wide. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_059-062.pdf'^^xsd:string;
  dwc:aphiaid '250334'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '250334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-762'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_091-098.pdf'^^xsd:string;
  dwc:aphiaid '103530'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '103530'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-275'^^xsd:string;
  dwc:scientificName 'Colossendeis colossea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'longeur du corps 44 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134663'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '134663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-279'^^xsd:string;
  dwc:scientificName 'Colossendeis cucurbita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '2 exemplaires de 14 mm, 1 ex. de 45 mm et 1 ex. de 52 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134664'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '134664'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-281'^^xsd:string;
  dwc:scientificName 'Colossendeis macerrima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:occurrenceRemarks '7 exemplaires jeunes de 13, 15,5, 16, 17 et 18 mm et 8 adultes de 22 a 32 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134666'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '134666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-867'^^xsd:string;
  dwc:scientificName 'Dacrydium panamensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428632'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '428632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-785'^^xsd:string;
  dwc:scientificName 'Diastylis tenebricosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 1,9 C without pleon. Det. as ?Diastylis Photograph in Wolff (1961) p. 144. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '181986'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '181986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-540'^^xsd:string;
  dwc:scientificName 'Dicarpa pacifica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype The body is about 4 mm in diameter, and the tuft of test hairs about 6 mm long. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_059-062.pdf'^^xsd:string;
  dwc:aphiaid '183126'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '183126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-763'^^xsd:string;
  dwc:scientificName 'Dicarpa pacifica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks 'Many specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_091-098.pdf'^^xsd:string;
  dwc:aphiaid '183126'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '183126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-34'^^xsd:string;
  dwc:scientificName 'Dicarpa simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'clay . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '183127'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '183127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-663'^^xsd:string;
  dwc:scientificName 'Cryptolarella contorta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks 'Small colony creeping on a calcerous worm tube, exclusively consisting of hydrothecae directly rising from creeping hydrorhizal fibres. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '284939'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '284948'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-543'^^xsd:string;
  dwc:scientificName 'Culeolus pyramidalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_059-062.pdf'^^xsd:string;
  dwc:aphiaid '250403'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '250403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-931'^^xsd:string;
  dwc:scientificName 'Cuspidaria haasi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,8 C One lacking the left shell completely and the soft parts being somewhat damaged. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '407774'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '407774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-349'^^xsd:string;
  dwc:scientificName 'Eremicaster gracilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '86'^^xsd:integer;
  dwc:occurrenceRemarks '2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '380694'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '178726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-749'^^xsd:string;
  dwc:scientificName 'Exspina typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp c. 1,9 C 7 adult females (one with emptied marsupium), 2 incomplete adult females, 1 subadult male, 2 manca stages. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '136421'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '136421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-577'^^xsd:string;
  dwc:scientificName 'Asbestopluma globularis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168197'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '863525'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 771230'^^xsd:string;
  dwc:scientificName 'Bassozetus nasus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P 771230-1261 7 female, 23 male SL 135-273 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '272792'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '272792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "716"^^xsd:integer ;
  dwc:maximumDepthInMeters "716"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '0000'^^xsd:gYear;
  dwc:scientificName 'Bathylaco macrophthalmus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '716'^^xsd:integer;
  dwc:maximumDepth '716'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ZMUC P 1784 std. l. 203 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_221-238.pdf'^^xsd:string;
  dwc:aphiaid '272860'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '272860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1313'^^xsd:string;
  dwc:scientificName 'Bugula protensa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428601'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '428601'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1305'^^xsd:string;
  dwc:scientificName 'Camptoplites sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks 'C. sp. 1 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '173016'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '173016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-725'^^xsd:string;
  dwc:scientificName 'Carpoapseudes longissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp c. 1,9 C somewhat incomplete. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '247125'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '247125'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-723'^^xsd:string;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,9 C incomplete. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1243'^^xsd:string;
  dwc:scientificName 'Bathypathes patula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1,9 c . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '103323'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '103323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1004'^^xsd:string;
  dwc:scientificName 'Benthodytes incerta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428597'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '428597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1024'^^xsd:string;
  dwc:scientificName 'Benthodytes sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '241785'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '241785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-424'^^xsd:string;
  dwc:scientificName 'Haploops lodo'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype Female, 7,5 mm.; and 6 other specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '423427'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '423427'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-665'^^xsd:string;
  dwc:scientificName 'Hebella cylindrica var. elongata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks 'Three hydrothecae rising from a stolon creeping on a Bryozoan. No gonothecae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '428868'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '428868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-511'^^xsd:string;
  dwc:scientificName 'Ischnomesus planus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,9 C Pleon. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '255928'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '255928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-509'^^xsd:string;
  dwc:scientificName 'Ischnomesus roseus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype Bottom temp. c. 1,9 C fragmentary, consisting of head + four anterior pereonites. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '183219'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '183219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-902'^^xsd:string;
  dwc:scientificName 'Kelliella galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428683'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '464353'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1310'^^xsd:string;
  dwc:scientificName 'Kinetoskias sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '110843'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '110843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1378'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '30 x 10 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-436'^^xsd:string;
  dwc:scientificName 'Leucothoe panpulco'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype female, 9 mm.; another specimen 7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '428708'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '428708'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-865'^^xsd:string;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '29'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1198'^^xsd:string;
  dwc:scientificName 'Lithacrosiphon cristatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1,9 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '410726'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '410726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1558'^^xsd:string;
  dwc:scientificName 'Lumbrineris brevicirra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '52 x 6 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333871'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '413988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1407'^^xsd:string;
  dwc:scientificName 'Macellicephalinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks 'Large specimen: 120 x 15 mm, no setae, no prostomium. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '196343'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '196343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11616'^^xsd:string;
  dwc:scientificName 'Munidopsis antonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11616 45,0 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107171'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '107171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11617'^^xsd:string;
  dwc:scientificName 'Munidopsis producta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype, ZMUC CRU-11617 2 ov. female (41,9, 45,0 mm; smaller, holotype) 1 female (25,8 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf"'^^xsd:string;
  dwc:aphiaid '392586'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '392586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-524'^^xsd:string;
  dwc:scientificName 'Munnopsis longiremis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '37'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,9 C 1 entire male, fragments of 32 males and 4 females. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '256277'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '256277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-742'^^xsd:string;
  dwc:scientificName 'Leptognathia forcifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,9 C adult, the one with eggs, the other without oostegites. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '428703'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '247674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-296'^^xsd:string;
  dwc:scientificName 'Neopilina galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks '10 specimens with soft parts preserved but more or less damaged, and three empty shells. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_03/galathea-vol.03-pp_009-072.pdf'^^xsd:string;
  dwc:aphiaid '343689'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '343689'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-995'^^xsd:string;
  dwc:scientificName 'Oneirophanta mutabilis affinis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428875'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '428875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-611'^^xsd:string;
  dwc:scientificName 'Oonema bianchoratum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '428744'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '171508'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1104'^^xsd:string;
  dwc:scientificName 'Ophiernus seminudus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '44'^^xsd:integer;
  dwc:occurrenceRemarks 'Disk diameter 8-16 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_109-122.pdf'^^xsd:string;
  dwc:aphiaid '243505'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '243505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-641'^^xsd:string;
  dwc:scientificName 'Abyssicaprella galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype Bottom temp. c. 1,9 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_091-096.pdf'^^xsd:string;
  dwc:aphiaid '345308'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '345308'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3570"^^xsd:integer ;
  dwc:maximumDepthInMeters "3570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1639'^^xsd:string;
  dwc:scientificName 'Travisia profundi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '-89.533302'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3570'^^xsd:integer;
  dwc:maximumDepth '3570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,9 C 30 x 8 mm (anterior end damaged). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '173934'^^xsd:integer;
  dwc:observationDate '1952-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '173934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.46666 -79.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.46666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "420"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1235'^^xsd:string;
  dwc:scientificName 'Phascolosoma varians'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.650002'^^xsd:double;
  dwc:latitude '7.46666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '420'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424834'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '424810'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.33333 -79.633301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.33333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.633301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "520"^^xsd:integer ;
  dwc:maximumDepthInMeters "520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1206'^^xsd:string;
  dwc:scientificName 'Phascolosoma antillarum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.633301'^^xsd:double;
  dwc:latitude '7.33333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '520'^^xsd:integer;
  dwc:maximumDepth '520'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 7,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424930'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '136075'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.33333 -79.633301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.33333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.633301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "520"^^xsd:integer ;
  dwc:maximumDepthInMeters "520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1210'^^xsd:string;
  dwc:scientificName 'Phascolosoma pectinatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.633301'^^xsd:double;
  dwc:latitude '7.33333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '520'^^xsd:integer;
  dwc:maximumDepth '520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 7,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424990'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '266494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.33333 -79.633301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.33333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.633301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "520"^^xsd:integer ;
  dwc:maximumDepthInMeters "520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-774'^^xsd:string;
  dwc:scientificName 'Leucon panamensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.633301'^^xsd:double;
  dwc:latitude '7.33333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '520'^^xsd:integer;
  dwc:maximumDepth '520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 7,7 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182349'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '182349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.45 -79.6166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.45"^^xsd:decimal ;
  dwc:decimalLongitude "-79.6166"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1234'^^xsd:string;
  dwc:scientificName 'Phascolosoma varians'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.6166'^^xsd:double;
  dwc:latitude '7.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424834'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '424810'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.45 -79.6166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.45"^^xsd:decimal ;
  dwc:decimalLongitude "-79.6166"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-430'^^xsd:string;
  dwc:scientificName 'Heterophoxus oculatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.6166'^^xsd:double;
  dwc:latitude '7.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428665'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '428665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.46666 -79.6166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.46666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.6166"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-418'^^xsd:string;
  dwc:scientificName 'Ampelisca hermosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.6166'^^xsd:double;
  dwc:latitude '7.46666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype Female, 14 mm.; two other specimens, 12 and 9 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '422992'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '422992'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.46666 -79.599998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.46666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.599998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1211'^^xsd:string;
  dwc:scientificName 'Phascolosoma pectinatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.599998'^^xsd:double;
  dwc:latitude '7.46666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424990'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '266494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.46666 -79.599998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.46666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.599998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "520"^^xsd:integer ;
  dwc:maximumDepthInMeters "520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1214'^^xsd:string;
  dwc:scientificName 'Phascolosoma perlucens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.599998'^^xsd:double;
  dwc:latitude '7.46666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '520'^^xsd:integer;
  dwc:maximumDepth '520'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266504'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '266504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.46666 -79.599998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.46666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.599998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-578'^^xsd:string;
  dwc:scientificName 'Sigmatoxella annexa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.599998'^^xsd:double;
  dwc:latitude '7.46666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '196700'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '133206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.550003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.550003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "875"^^xsd:integer ;
  dwc:maximumDepthInMeters "875"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-457'^^xsd:string;
  dwc:scientificName 'Paroediceroides trepadora'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '135'^^xsd:integer;
  dwc:longitude '-79.550003'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '875'^^xsd:integer;
  dwc:maximumDepth '875'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 5 mm., with isopod parasite in brood pouch. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428757'^^xsd:integer;
  dwc:observationDate '1952-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '547124'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.550003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.550003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "875"^^xsd:integer ;
  dwc:maximumDepthInMeters "875"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-724'^^xsd:string;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '135'^^xsd:integer;
  dwc:longitude '-79.550003'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '875'^^xsd:integer;
  dwc:maximumDepth '875'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'adult (with no trace of oostegites). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:observationDate '1952-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-481'^^xsd:string;
  dwc:scientificName 'Xylophaga concava'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.533302'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimens containing the dried up soft parts and a few single shells. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf'^^xsd:string;
  dwc:aphiaid '428841'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '428841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-484'^^xsd:string;
  dwc:scientificName 'Xylophaga panamensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.533302'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature about 5,0 C Dried up specimen. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf'^^xsd:string;
  dwc:aphiaid '428851'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '428851'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11625'^^xsd:string;
  dwc:scientificName 'Munidopsis carinipes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.533302'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11625 1 male (11,5 mm) 3 ov. female (11,7-12,1 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392495'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '392495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11621'^^xsd:string;
  dwc:scientificName 'Munidopsis hamata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.533302'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11621 3 male (12,9-23,1+ mm) 5 female (13,5-25,0 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392534'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '392534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11608'^^xsd:string;
  dwc:scientificName 'Munidopsis hendersoniana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.533302'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11608 ov., 13,0 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392536'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '392536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11612'^^xsd:string;
  dwc:scientificName 'Munidopsis nitida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.533302'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11612 2 male (20,0, 22,1 mm) 2 ov. female (20,7, 24,0 mm) 2 female (16,7+ mm, carapace missing in other specimen). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392568'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '392568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11605'^^xsd:string;
  dwc:scientificName 'Munidopsis palmatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.533302'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11605 1 male (10,3 mm) 1 ov. female (8,8 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392574'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '392574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11619'^^xsd:string;
  dwc:scientificName 'Munidopsis sericea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.533302'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11619 17,9 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392604'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '392604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11622'^^xsd:string;
  dwc:scientificName 'Munidopsis villosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.533302'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11622 1 male, 39,3 mm 5 female (15,0-33,3 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392643'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '392643'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.36666 -79.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.36666"^^xsd:decimal ;
  dwc:decimalLongitude "-79.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1003'^^xsd:string;
  dwc:scientificName 'Pannychia moseleyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '-79.533302'^^xsd:double;
  dwc:latitude '7.36666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '241954'^^xsd:integer;
  dwc:observationDate '1952-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '241954'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.63333 -79.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.63333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3230"^^xsd:integer ;
  dwc:maximumDepthInMeters "3230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-744'^^xsd:string;
  dwc:scientificName 'Paranarthrura undulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.5'^^xsd:double;
  dwc:latitude '5.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3230'^^xsd:integer;
  dwc:maximumDepth '3230'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2,0 C 2 adult females, 1 subadult male. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '247417'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '247417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.63333 -79.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.63333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3230"^^xsd:integer ;
  dwc:maximumDepthInMeters "3230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-731'^^xsd:string;
  dwc:scientificName 'Leiopus wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.5'^^xsd:double;
  dwc:latitude '5.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3230'^^xsd:integer;
  dwc:maximumDepth '3230'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2,0 C 8 adult females (3 with rudimentary oostegites), 5 adult and 3 subadult males, 4 youth stages, 7 manca. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '428699'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '247146'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-491'^^xsd:string;
  dwc:scientificName 'Xylophaga aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature: about 5,0 C Specimens taken from a sunken tree trunk. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf'^^xsd:string;
  dwc:aphiaid '428839'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '428839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-486'^^xsd:string;
  dwc:scientificName 'Xylophaga duplicata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature about 5,0 C A specimen with the mesoplax preserved but a somewhat damaged siphon has been selected as a holotype. The paratype has lost the mesoplax, but the siphon is in perfect condition.. Record published in http://www.zmuc.dk/Inve'^^xsd:string;
  dwc:aphiaid '428842'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '428842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-497'^^xsd:string;
  dwc:scientificName 'Xylophaga obtusata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temperature; about 5,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf"'^^xsd:string;
  dwc:aphiaid '428850'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '428850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-492'^^xsd:string;
  dwc:scientificName 'Xylophaga turnerae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temperature; about 5,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf"'^^xsd:string;
  dwc:aphiaid '428853'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '428853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1212'^^xsd:string;
  dwc:scientificName 'Phascolosoma pectinatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424990'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '266494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1236'^^xsd:string;
  dwc:scientificName 'Phascolosoma varians'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424834'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '424810'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-775'^^xsd:string;
  dwc:scientificName 'Epileucon pacifica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 5 C ovigerous. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '428639'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '428639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-445'^^xsd:string;
  dwc:scientificName 'Bathymedon covilhani'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 6 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428594'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '428594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11609'^^xsd:string;
  dwc:scientificName 'Munidopsis carinipes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11609 6,3 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392495'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '392495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11620'^^xsd:string;
  dwc:scientificName 'Munidopsis hamata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11620 8 male (14,1-24,0 mm) 2 ov. female (26,9, 27,7 mm) 3 female (15,3-22,3 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392534'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '392534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11624'^^xsd:string;
  dwc:scientificName 'Munidopsis hendersoniana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11624 2 male (9,0, 10,8 mm) 3 ov. female (10,0-12,0 mm) 2 female (5,0, 9,2 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392536'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '392536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11614'^^xsd:string;
  dwc:scientificName 'Munidopsis nitida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11614 sex indet., 22,0 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392568'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '392568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11611'^^xsd:string;
  dwc:scientificName 'Munidopsis sericea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11611 18,5, 19,0 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392604'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '392604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11623'^^xsd:string;
  dwc:scientificName 'Munidopsis villosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11623 27,1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392643'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '392643'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-470'^^xsd:string;
  dwc:scientificName 'Melita lignophila'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 8 mm., on sunken tree trunk. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428718'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '537191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-649'^^xsd:string;
  dwc:scientificName 'Opercularella spec.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:occurrenceRemarks 'Det. as ?Opercularella Five hydrothecae rising from a stolon creeping on fragments of decaying wood. No gonothecae. Polyps in very bad condition.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pd'^^xsd:string;
  dwc:aphiaid '117044'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '117044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.25 -79.416603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.25"^^xsd:decimal ;
  dwc:decimalLongitude "-79.416603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "915"^^xsd:integer ;
  dwc:maximumDepthInMeters "915"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1102'^^xsd:string;
  dwc:scientificName 'Ophiernus adspersus annectens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '137'^^xsd:integer;
  dwc:longitude '-79.416603'^^xsd:double;
  dwc:latitude '7.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '915'^^xsd:integer;
  dwc:maximumDepth '915'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks 'Disk diameter 8-c. 13 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_109-122.pdf'^^xsd:string;
  dwc:aphiaid '238141'^^xsd:integer;
  dwc:observationDate '1952-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '238141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-249'^^xsd:string;
  dwc:scientificName 'Storthyngura pulchra pulchra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. about 2,0 C 1 female + 1 juv. female. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '428880'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '263978'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-516'^^xsd:string;
  dwc:scientificName 'Storthyngura serrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2,0 C rather damaged. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '294763'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '263982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-966'^^xsd:string;
  dwc:scientificName 'Pleurocryptella wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"Femelle ovig+¿re + male, cavit+¬ branchiale droite d\'un Munidopsis antonii (A. Milne Edwards) (Drs. Baba et Wolff det.); male de 31,9 mm de longeur c+¬phalothoracique. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-'^^xsd:string;
  dwc:aphiaid '255279'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '255279'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-76'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2.0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-276'^^xsd:string;
  dwc:scientificName 'Colossendeis colossea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'longeur du corps 66 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134663'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '134663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1245'^^xsd:string;
  dwc:scientificName 'Bathypathes galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '283946'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '283946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-903'^^xsd:string;
  dwc:scientificName 'Kelliella galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428683'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '464353'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-285'^^xsd:string;
  dwc:scientificName 'Krampolinum galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'One fragment of a damaged specimen. 2 tubes. 1. 30 x 1 mm, lower part absent. 2. 66 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_183-186.pdf'^^xsd:string;
  dwc:aphiaid '428689'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '767170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-297'^^xsd:string;
  dwc:scientificName 'Lamellisabella ivanovi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 specimen almost complete: 90 x 1 mm (Holotype). Tube 150 x 1,5 mm. 1 specimen, only the anterior part is present, 35 x 1 mm. Several fragments of tubes.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_0'^^xsd:string;
  dwc:aphiaid '265797'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '265797'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-284'^^xsd:string;
  dwc:scientificName 'Lamellisabella zachsi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'almost complete, only the posterior part of the trunk absent. 90 x 1 mm. 1 tube: 150 x 1,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_183-186.pdf'^^xsd:string;
  dwc:aphiaid '265801'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '265801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-866'^^xsd:string;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-840'^^xsd:string;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11618'^^xsd:string;
  dwc:scientificName 'Munidopsis recta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, ZMUC CRU-11618 31,7 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392592'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '392592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.333298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.333298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2950"^^xsd:integer ;
  dwc:maximumDepthInMeters "3190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1105'^^xsd:string;
  dwc:scientificName 'Ophiernus seminudus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '133'^^xsd:integer;
  dwc:longitude '-79.333298'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2950'^^xsd:integer;
  dwc:maximumDepth '3190'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks 'Disk diameter 11-21 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_109-122.pdf'^^xsd:string;
  dwc:aphiaid '243505'^^xsd:integer;
  dwc:observationDate '1952-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '243505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1640'^^xsd:string;
  dwc:scientificName 'Travisia profundi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C 30 x 6 mm (anterior end damaged). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '173934'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '173934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-480'^^xsd:string;
  dwc:scientificName 'Xylophaga concava'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature about 2 C (Holotype) The largest specimen selected as type. Picked out from a water-logged tree trunk. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf'^^xsd:string;
  dwc:aphiaid '428841'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '428841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-613'^^xsd:string;
  dwc:scientificName 'Prionema spinosum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '1063635'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '171537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1718'^^xsd:string;
  dwc:scientificName 'Sergia phorca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 20,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '428806'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1056512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3670"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-77'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3670'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2.0 C on pumice. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-514'^^xsd:string;
  dwc:scientificName 'Acanthocope galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '255715'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '255715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-624'^^xsd:string;
  dwc:scientificName 'Acanthonus armatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_032-048.pdf'^^xsd:string;
  dwc:aphiaid '158998'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '158998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-843'^^xsd:string;
  dwc:scientificName 'Acharax johnsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C 5 pairs of united valves. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '293239'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '293239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-699'^^xsd:string;
  dwc:scientificName 'Alomasoma belyaevi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '266716'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '266716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-269'^^xsd:string;
  dwc:scientificName 'Colossendeis angusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '18,5 and 19 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134659'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '134659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-282'^^xsd:string;
  dwc:scientificName 'Colossendeis macerrima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '30 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134666'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '134666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-283'^^xsd:string;
  dwc:scientificName 'Colossendeis sp.?'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134586'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '134586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-878'^^xsd:string;
  dwc:scientificName 'Cyclopecten graui'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '394540'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '391776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-881'^^xsd:string;
  dwc:scientificName 'Cyclopecten neoceanicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C 1 somewhat fragmented left valve with adhering soft parts. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428625'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '391807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-372'^^xsd:string;
  dwc:scientificName 'Cyphocaris richardi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 mm, + one fragment. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102557'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '102557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1354'^^xsd:string;
  dwc:scientificName 'Cyphosaccus jensi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '26'^^xsd:integer;
  dwc:occurrenceRemarks 'ca. 2,0 C at least 1 and possibly 3 of which parasitized by a cryptoniscan epicaridean. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_16/galathea-vol.16-pp_099-112.pdf'^^xsd:string;
  dwc:aphiaid '428631'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '428631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-868'^^xsd:string;
  dwc:scientificName 'Dacrydium panamensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428632'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '428632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-612'^^xsd:string;
  dwc:scientificName 'Coscinonema pateriferum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '815643'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '171444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-750'^^xsd:string;
  dwc:scientificName 'Exspina typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp c. 2,0 C subadult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '136421'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '136421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-722'^^xsd:string;
  dwc:scientificName 'Apseudes diversus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,9 C with rudimentary oostegites. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '428584'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '247084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 771172'^^xsd:string;
  dwc:scientificName 'Bassozetus nasus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P 771172-1174 1 female, 2 male SL 134-278 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '272792'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '272792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-468'^^xsd:string;
  dwc:scientificName 'Bathyceradocus stephenseni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:occurrenceRemarks '"Specimens removed from sunken tree trunk. Figured specimen is 21 mm long; largest is 36 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '428591'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '428591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1018'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1312'^^xsd:string;
  dwc:scientificName 'Bugula protensa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428601'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '428601'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00026'^^xsd:string;
  dwc:scientificName 'Harmothoe panamensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00026) in sunken wood, 28 x 12 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '328262'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '328262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-510'^^xsd:string;
  dwc:scientificName 'Ischnomesus roseus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2,0 C Pereonites 5-7 + pleon of female. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '183219'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '183219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-714'^^xsd:string;
  dwc:scientificName 'Jakobia sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '182905'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '182905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-501'^^xsd:string;
  dwc:scientificName 'Janira operculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2,0 C In a water-logged tree trunk. Without head. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_017-048.pdf'^^xsd:string;
  dwc:aphiaid '428680'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '428680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-908'^^xsd:string;
  dwc:scientificName 'Lyrodus bipartita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C Several live specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '196599'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '196599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11613'^^xsd:string;
  dwc:scientificName 'Munidopsis antonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11613 3 male (25,9-45,2+ mm) 1 female (54,7 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107171'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '107171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11615'^^xsd:string;
  dwc:scientificName 'Munidopsis panamae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, ZMUC CRU-11615 28,0 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392575'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '392575'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-732'^^xsd:string;
  dwc:scientificName 'Leiopus wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2,0 C incomplete with emptied marsupium. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '428699'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '247146'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-741'^^xsd:string;
  dwc:scientificName 'Leptognathia parabrevimanu'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2,0 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '428704'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '820864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-869'^^xsd:string;
  dwc:scientificName 'Modiolus abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '28'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428722'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '505974'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-996'^^xsd:string;
  dwc:scientificName 'Oneirophanta mutabilis affinis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428875'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '428875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-998'^^xsd:string;
  dwc:scientificName 'Oneirophanta setigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '241946'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '241946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81666 -78.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81666"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11610'^^xsd:string;
  dwc:scientificName 'Munidopsis vicina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.8666'^^xsd:double;
  dwc:latitude '5.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11610 3 male (9,5-13,1 mm) 4 ov. female (13,5-16,0 mm) 5 female (5,8-12,0 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392642'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '392642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.38333 -78.716599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-78.716599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11606'^^xsd:string;
  dwc:scientificName 'Munidopsis latirostris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '134'^^xsd:integer;
  dwc:longitude '-78.716599'^^xsd:double;
  dwc:latitude '6.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11606 12,7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392551'^^xsd:integer;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '392551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.8666 -77.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.8666"^^xsd:decimal ;
  dwc:decimalLongitude "-77.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3960"^^xsd:integer ;
  dwc:maximumDepthInMeters "3960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1213'^^xsd:string;
  dwc:scientificName 'Phascolosoma pectinatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '143'^^xsd:integer;
  dwc:longitude '-77.683296'^^xsd:double;
  dwc:latitude '11.8666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3960'^^xsd:integer;
  dwc:maximumDepth '3960'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424990'^^xsd:integer;
  dwc:observationDate '1952-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '266494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.449997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.449997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2840"^^xsd:integer ;
  dwc:maximumDepthInMeters "2840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-544'^^xsd:string;
  dwc:scientificName 'Thenea fenestrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:longitude '-66.449997'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2840'^^xsd:integer;
  dwc:maximumDepth '2840'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '170294'^^xsd:integer;
  dwc:observationDate '1952-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '170294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.449997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.449997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2840"^^xsd:integer ;
  dwc:maximumDepthInMeters "2840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-854'^^xsd:string;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:longitude '-66.449997'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2840'^^xsd:integer;
  dwc:maximumDepth '2840'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,9 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:observationDate '1952-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.449997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.449997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2840"^^xsd:integer ;
  dwc:maximumDepthInMeters "2840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-545'^^xsd:string;
  dwc:scientificName 'Geodia spherastrea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:longitude '-66.449997'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2840'^^xsd:integer;
  dwc:maximumDepth '2840'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '170177'^^xsd:integer;
  dwc:observationDate '1952-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '170177'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.449997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.449997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2840"^^xsd:integer ;
  dwc:maximumDepthInMeters "2840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1019'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:longitude '-66.449997'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2840'^^xsd:integer;
  dwc:maximumDepth '2840'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1952-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.449997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.449997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2840"^^xsd:integer ;
  dwc:maximumDepthInMeters "2840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-927'^^xsd:string;
  dwc:scientificName 'Cardiomya abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:longitude '-66.449997'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2840'^^xsd:integer;
  dwc:maximumDepth '2840'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,9 C Two left valves. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '146773'^^xsd:integer;
  dwc:observationDate '1952-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '146773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.449997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.449997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2840"^^xsd:integer ;
  dwc:maximumDepthInMeters "2840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-773'^^xsd:string;
  dwc:scientificName 'Ceratocuma amoena'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:longitude '-66.449997'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2840'^^xsd:integer;
  dwc:maximumDepth '2840'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype  3-4 C immature. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '181903'^^xsd:integer;
  dwc:observationDate '1952-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '181903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5 -66.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.5"^^xsd:decimal ;
  dwc:decimalLongitude "-66.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1197'^^xsd:string;
  dwc:scientificName 'Aspidosiphon steenstrupi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:julianDay '152'^^xsd:integer;
  dwc:longitude '-66.25'^^xsd:double;
  dwc:latitude '18.5'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136038'^^xsd:integer;
  dwc:observationDate '1952-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '136038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.9666 -18.2666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.9666"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3070"^^xsd:integer ;
  dwc:maximumDepthInMeters "3070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1114'^^xsd:string;
  dwc:scientificName 'Octopus sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '307'^^xsd:integer;
  dwc:longitude '-18.2666'^^xsd:double;
  dwc:latitude '16.9666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3070'^^xsd:integer;
  dwc:maximumDepth '3070'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'larva, MLd 5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_123-132.pdf'^^xsd:string;
  dwc:aphiaid '138268'^^xsd:integer;
  dwc:observationDate '1950-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '138268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.9666 -18.2666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.9666"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3070"^^xsd:integer ;
  dwc:maximumDepthInMeters "3070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1112'^^xsd:string;
  dwc:scientificName 'Teuthowenia megalops'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '307'^^xsd:integer;
  dwc:longitude '-18.2666'^^xsd:double;
  dwc:latitude '16.9666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3070'^^xsd:integer;
  dwc:maximumDepth '3070'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'larvae, MLd + 8 and 9 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_123-132.pdf'^^xsd:string;
  dwc:aphiaid '139429'^^xsd:integer;
  dwc:observationDate '1950-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '139429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.9666 -18.2666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.9666"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3070"^^xsd:integer ;
  dwc:maximumDepthInMeters "3070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1111'^^xsd:string;
  dwc:scientificName 'Cranchia scabra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '307'^^xsd:integer;
  dwc:longitude '-18.2666'^^xsd:double;
  dwc:latitude '16.9666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3070'^^xsd:integer;
  dwc:maximumDepth '3070'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Det. as ?Cranchia scabra juveniles, MLd 6,4 - 5,5 - 4,3 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_123-132.pdf'^^xsd:string;
  dwc:aphiaid '181386'^^xsd:integer;
  dwc:observationDate '1950-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '181386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.9666 -18.2666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.9666"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3070"^^xsd:integer ;
  dwc:maximumDepthInMeters "3070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-647'^^xsd:string;
  dwc:scientificName 'Laomedea striata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '307'^^xsd:integer;
  dwc:longitude '-18.2666'^^xsd:double;
  dwc:latitude '16.9666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3070'^^xsd:integer;
  dwc:maximumDepth '3070'^^xsd:integer;
  dwc:occurrenceRemarks 'Six specimens of Diacria spinosa (Leseur) completely covered by 5-8 mm. high colonies. Many (mainly empty) gonothecae are present. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '428690'^^xsd:integer;
  dwc:observationDate '1950-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '567115'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.9666 -18.2666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.9666"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3070"^^xsd:integer ;
  dwc:maximumDepthInMeters "3070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1110'^^xsd:string;
  dwc:scientificName 'Leachia atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '307'^^xsd:integer;
  dwc:longitude '-18.2666'^^xsd:double;
  dwc:latitude '16.9666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3070'^^xsd:integer;
  dwc:maximumDepth '3070'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'larva, MLd 18 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_123-132.pdf'^^xsd:string;
  dwc:aphiaid '139425'^^xsd:integer;
  dwc:observationDate '1950-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '139425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.9666 -18.2666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.9666"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3070"^^xsd:integer ;
  dwc:maximumDepthInMeters "3070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1109'^^xsd:string;
  dwc:scientificName 'Liocranchia reinhardti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '307'^^xsd:integer;
  dwc:longitude '-18.2666'^^xsd:double;
  dwc:latitude '16.9666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3070'^^xsd:integer;
  dwc:maximumDepth '3070'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'juvenile, MLd 11, 12 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_123-132.pdf'^^xsd:string;
  dwc:aphiaid '341818'^^xsd:integer;
  dwc:observationDate '1950-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '341818'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.9666 -18.2666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.9666"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3070"^^xsd:integer ;
  dwc:maximumDepthInMeters "3070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1113'^^xsd:string;
  dwc:scientificName 'Oegopsid sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '307'^^xsd:integer;
  dwc:longitude '-18.2666'^^xsd:double;
  dwc:latitude '16.9666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3070'^^xsd:integer;
  dwc:maximumDepth '3070'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Unidentified oegopsid, small and rather damaged larva, MLd 10 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_123-132.pdf'^^xsd:string;
  dwc:aphiaid '11730'^^xsd:integer;
  dwc:observationDate '1950-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '11730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.28333 -13.4666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1260"^^xsd:integer ;
  dwc:maximumDepthInMeters "1260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1171'^^xsd:string;
  dwc:scientificName 'Phascolion strombi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '314'^^xsd:integer;
  dwc:longitude '-13.4666'^^xsd:double;
  dwc:latitude '7.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1260'^^xsd:integer;
  dwc:maximumDepth '1260'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136073'^^xsd:integer;
  dwc:observationDate '1950-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '410749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.28333 -13.4666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1260"^^xsd:integer ;
  dwc:maximumDepthInMeters "1260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-908'^^xsd:string;
  dwc:scientificName 'Amphicteis sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '314'^^xsd:integer;
  dwc:longitude '-13.4666'^^xsd:double;
  dwc:latitude '7.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1260'^^xsd:integer;
  dwc:maximumDepth '1260'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC-POL-908 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129156'^^xsd:integer;
  dwc:observationDate '1950-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '129156'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.28333 -13.4666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1260"^^xsd:integer ;
  dwc:maximumDepthInMeters "1260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1427'^^xsd:string;
  dwc:scientificName 'Neoleanira tetragona'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '314'^^xsd:integer;
  dwc:longitude '-13.4666'^^xsd:double;
  dwc:latitude '7.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1260'^^xsd:integer;
  dwc:maximumDepth '1260'^^xsd:integer;
  dwc:occurrenceRemarks '4 fragments of 1 specimen. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '131069'^^xsd:integer;
  dwc:observationDate '1950-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '131069'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.28333 -13.4666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1260"^^xsd:integer ;
  dwc:maximumDepthInMeters "1260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1573'^^xsd:string;
  dwc:scientificName 'Ninoe africana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '314'^^xsd:integer;
  dwc:longitude '-13.4666'^^xsd:double;
  dwc:latitude '7.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1260'^^xsd:integer;
  dwc:maximumDepth '1260'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '35 x 1 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '428732'^^xsd:integer;
  dwc:observationDate '1950-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '333860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.28333 -13.4666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1260"^^xsd:integer ;
  dwc:maximumDepthInMeters "1260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1514'^^xsd:string;
  dwc:scientificName 'Hyalinoecia robusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '314'^^xsd:integer;
  dwc:longitude '-13.4666'^^xsd:double;
  dwc:latitude '7.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1260'^^xsd:integer;
  dwc:maximumDepth '1260'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:occurrenceRemarks '60 x 3-100 x 5 mm, tubes. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130463'^^xsd:integer;
  dwc:observationDate '1950-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '130463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.799999 -8.43333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.799999"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1920"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1694'^^xsd:string;
  dwc:scientificName 'Samythella neglecta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '170'^^xsd:integer;
  dwc:longitude '-8.43333'^^xsd:double;
  dwc:latitude '47.799999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1920'^^xsd:integer;
  dwc:maximumDepth '1920'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129820'^^xsd:integer;
  dwc:observationDate '1952-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '129820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.799999 -8.43333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.799999"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1920"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-517'^^xsd:string;
  dwc:scientificName 'Eurycope complanata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '170'^^xsd:integer;
  dwc:longitude '-8.43333'^^xsd:double;
  dwc:latitude '47.799999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1920'^^xsd:integer;
  dwc:maximumDepth '1920'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 3,4 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '118614'^^xsd:integer;
  dwc:observationDate '1952-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '118614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.799999 -8.43333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.799999"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1920"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1156'^^xsd:string;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '170'^^xsd:integer;
  dwc:longitude '-8.43333'^^xsd:double;
  dwc:latitude '47.799999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1920'^^xsd:integer;
  dwc:maximumDepth '1920'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:observationDate '1952-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.799999 -8.43333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.799999"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1920"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-786'^^xsd:string;
  dwc:scientificName 'Makrokylindrus costatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '170'^^xsd:integer;
  dwc:longitude '-8.43333'^^xsd:double;
  dwc:latitude '47.799999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1920'^^xsd:integer;
  dwc:maximumDepth '1920'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 4 C subadult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182077'^^xsd:integer;
  dwc:observationDate '1952-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '182077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.799999 -8.43333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.799999"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1920"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-787'^^xsd:string;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '170'^^xsd:integer;
  dwc:longitude '-8.43333'^^xsd:double;
  dwc:latitude '47.799999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1920'^^xsd:integer;
  dwc:maximumDepth '1920'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 4 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:observationDate '1952-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.833302 -8.38333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.833302"^^xsd:decimal ;
  dwc:decimalLongitude "-8.38333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1680"^^xsd:integer ;
  dwc:maximumDepthInMeters "1680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-737'^^xsd:string;
  dwc:scientificName 'Neotanais peculiaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '170'^^xsd:integer;
  dwc:longitude '-8.38333'^^xsd:double;
  dwc:latitude '47.833302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1680'^^xsd:integer;
  dwc:maximumDepth '1680'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 3,7 C with rudimentary oostegites. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '136337'^^xsd:integer;
  dwc:observationDate '1952-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '136337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3196"^^xsd:integer ;
  dwc:maximumDepthInMeters "3196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-819'^^xsd:string;
  dwc:scientificName 'Yoldiella abyssorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3196'^^xsd:integer;
  dwc:maximumDepth '3196'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428856'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '428856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3196"^^xsd:integer ;
  dwc:maximumDepthInMeters "3196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-822'^^xsd:string;
  dwc:scientificName 'Yoldiella sootryeni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3196'^^xsd:integer;
  dwc:maximumDepth '3196'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428859'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '428859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3196"^^xsd:integer ;
  dwc:maximumDepthInMeters "3196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-829'^^xsd:string;
  dwc:scientificName 'Neilonella guineensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3196'^^xsd:integer;
  dwc:maximumDepth '3196'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,7 C + 4 valves (2 of which united). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '420685'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '600484'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1646'^^xsd:string;
  dwc:scientificName 'Tetreres varians'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,7 C 20 x 4 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334915'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '334915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3196"^^xsd:integer ;
  dwc:maximumDepthInMeters "3196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-844'^^xsd:string;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3196'^^xsd:integer;
  dwc:maximumDepth '3196'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3196"^^xsd:integer ;
  dwc:maximumDepthInMeters "3196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-799'^^xsd:string;
  dwc:scientificName 'Brevinucula verrilli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3196'^^xsd:integer;
  dwc:maximumDepth '3196'^^xsd:integer;
  dwc:individualCount '37'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-23'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'mud . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1157'^^xsd:string;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 2,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-299'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '2,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3196"^^xsd:integer ;
  dwc:maximumDepthInMeters "3196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-806'^^xsd:string;
  dwc:scientificName 'Ledella crassa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3196'^^xsd:integer;
  dwc:maximumDepth '3196'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428691'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3196"^^xsd:integer ;
  dwc:maximumDepthInMeters "3196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-886'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3196'^^xsd:integer;
  dwc:maximumDepth '3196'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3196"^^xsd:integer ;
  dwc:maximumDepthInMeters "3196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-855'^^xsd:string;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '319'^^xsd:integer;
  dwc:longitude '-8.36666'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3196'^^xsd:integer;
  dwc:maximumDepth '3196'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:observationDate '1950-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-325'^^xsd:string;
  dwc:scientificName 'Styracaster horridus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks '2,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123945'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '123945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1117'^^xsd:string;
  dwc:scientificName 'Sipunculus sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '(cf. aequibilis Sluiter 1902) c. 2,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136031'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '136031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-887'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1107'^^xsd:string;
  dwc:scientificName 'Enoploteuthis sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'MLd 10 mm. Extremely poor condition. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_123-132.pdf'^^xsd:string;
  dwc:aphiaid '341421'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '341421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-24'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:occurrenceRemarks 'mud many . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1152'^^xsd:string;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 2,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-300'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:occurrenceRemarks '2,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-807'^^xsd:string;
  dwc:scientificName 'Ledella crassa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,2 C + 6 valves. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428691'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-809'^^xsd:string;
  dwc:scientificName 'Ledella galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428692'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '428692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-860'^^xsd:string;
  dwc:scientificName 'Limopsis galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,2 C + 3 valves (worn). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-43'^^xsd:string;
  dwc:scientificName 'Molgula galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'mud . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253341'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '250976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-393'^^xsd:string;
  dwc:scientificName 'Orchomene takoradia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '322'^^xsd:integer;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '(Det. says: Orchomene?) Holotype 16 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428748'^^xsd:integer;
  dwc:observationDate '1950-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '488201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 -4.61666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.61666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4930"^^xsd:integer ;
  dwc:maximumDepthInMeters "4930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1106'^^xsd:string;
  dwc:scientificName 'Abraliopsis sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '323'^^xsd:integer;
  dwc:longitude '-4.61666'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4930'^^xsd:integer;
  dwc:maximumDepth '4930'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'juvenile, MLd 7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_123-132.pdf'^^xsd:string;
  dwc:aphiaid '137931'^^xsd:integer;
  dwc:observationDate '1950-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137931'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.08333 -2.21666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.08333"^^xsd:decimal ;
  dwc:decimalLongitude "-2.21666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2100"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1036'^^xsd:string;
  dwc:scientificName 'Psychropotes depressa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '324'^^xsd:integer;
  dwc:longitude '-2.21666'^^xsd:double;
  dwc:latitude '4.08333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124774'^^xsd:integer;
  dwc:observationDate '1950-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '124774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.08333 -2.21666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.08333"^^xsd:decimal ;
  dwc:decimalLongitude "-2.21666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2100"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1081'^^xsd:string;
  dwc:scientificName 'Scotoplanes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '324'^^xsd:integer;
  dwc:longitude '-2.21666'^^xsd:double;
  dwc:latitude '4.08333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:individualCount '37'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '148773'^^xsd:integer;
  dwc:observationDate '1950-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '148773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.08333 -2.21666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.08333"^^xsd:decimal ;
  dwc:decimalLongitude "-2.21666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2100"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1647'^^xsd:string;
  dwc:scientificName 'Tetreres varians'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '324'^^xsd:integer;
  dwc:longitude '-2.21666'^^xsd:double;
  dwc:latitude '4.08333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '25 x 5 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334915'^^xsd:integer;
  dwc:observationDate '1950-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '334915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.08333 -2.21666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.08333"^^xsd:decimal ;
  dwc:decimalLongitude "-2.21666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2100"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1005'^^xsd:string;
  dwc:scientificName 'Benthodytes lingua'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '324'^^xsd:integer;
  dwc:longitude '-2.21666'^^xsd:double;
  dwc:latitude '4.08333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124764'^^xsd:integer;
  dwc:observationDate '1950-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '124764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.08333 -2.21666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.08333"^^xsd:decimal ;
  dwc:decimalLongitude "-2.21666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2100"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1515'^^xsd:string;
  dwc:scientificName 'Hyalinoecia robusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '324'^^xsd:integer;
  dwc:longitude '-2.21666'^^xsd:double;
  dwc:latitude '4.08333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '25 x 4, 40 x 4 mm, tube. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130463'^^xsd:integer;
  dwc:observationDate '1950-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '130463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -1.71666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-1.71666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1445"^^xsd:integer ;
  dwc:maximumDepthInMeters "1445"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1233'^^xsd:string;
  dwc:scientificName 'Phascolosoma stephensoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '324'^^xsd:integer;
  dwc:longitude '-1.71666'^^xsd:double;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1445'^^xsd:integer;
  dwc:maximumDepth '1445'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136081'^^xsd:integer;
  dwc:observationDate '1950-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '136081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -1.71666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-1.71666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1445"^^xsd:integer ;
  dwc:maximumDepthInMeters "1445"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1454'^^xsd:string;
  dwc:scientificName 'Goniada maculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '324'^^xsd:integer;
  dwc:longitude '-1.71666'^^xsd:double;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1445'^^xsd:integer;
  dwc:maximumDepth '1445'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '31 x 1 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130140'^^xsd:integer;
  dwc:observationDate '1950-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '130140'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1470'^^xsd:string;
  dwc:scientificName 'Websterinereis glauca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '5 x 1, 10 x 1, 12 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130426'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '130426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-493'^^xsd:string;
  dwc:scientificName 'Xylophaga africana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature about 3 C Both specimens are very damaged, the shells being so fragmented that a complete description is not possible. One specimen (selected as a type) had, however, the mesoplax preserved in situ, the right plate being somewhat dama'^^xsd:string;
  dwc:aphiaid '428838'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '428838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-498'^^xsd:string;
  dwc:scientificName 'Xylophaga guineensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temperature; about 3,0 C The material consists of the very fragmented shells of 5-6 individuals removed from a piece of wood: not a single complete shell is present. In one case the complete mesoplax is in situ, indicating that the species is pr"'^^xsd:string;
  dwc:aphiaid '428847'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '428847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-760'^^xsd:string;
  dwc:scientificName 'Styela milleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_091-098.pdf'^^xsd:string;
  dwc:aphiaid '253934'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '173969'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-335'^^xsd:string;
  dwc:scientificName 'Styracaster chuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'ca. 3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123942'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '123942'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-804'^^xsd:string;
  dwc:scientificName 'Nuculana vestita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C + 4 valves. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428737'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '428737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1071'^^xsd:string;
  dwc:scientificName 'Peniagone diaphana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'One complete and two fragmentary specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124735'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '124735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-340'^^xsd:string;
  dwc:scientificName 'Porcellanaster caeruleus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'ca. 3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '380706'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1037'^^xsd:string;
  dwc:scientificName 'Psychropotes depressa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124774'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '124774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1648'^^xsd:string;
  dwc:scientificName 'Tetreres varians'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C 20 x 4, 20 x 4 mm (ant. part), 22 x 4 mm, tube. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334915'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '334915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-888'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-623'^^xsd:string;
  dwc:scientificName 'Acanthonus armatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_032-048.pdf'^^xsd:string;
  dwc:aphiaid '158998'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '158998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-845'^^xsd:string;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-700'^^xsd:string;
  dwc:scientificName 'Alomasoma sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 3,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '264891'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '264891'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-882'^^xsd:string;
  dwc:scientificName 'Cyclopecten undatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C 2 valves, three fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428626'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-930'^^xsd:string;
  dwc:scientificName 'Cuspidaria guineensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '407773'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '407773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 771262'^^xsd:string;
  dwc:scientificName 'Bassozetus normalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P 771262-1264 1 female, 2 male SL 205-222 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '159064'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '159064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-976'^^xsd:string;
  dwc:scientificName 'Bathypectinura heros'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks 'd.d. 25-28 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_133-144.pdf'^^xsd:string;
  dwc:aphiaid '124814'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '124814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-25'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-301'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:occurrenceRemarks 'ca. 3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-502'^^xsd:string;
  dwc:scientificName 'Janthura abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 3,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_017-048.pdf'^^xsd:string;
  dwc:aphiaid '260854'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '260854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1115'^^xsd:string;
  dwc:scientificName 'Japetella diaphana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'MLd 13 mm., total length 21 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_123-132.pdf'^^xsd:string;
  dwc:aphiaid '138849'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '138849'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-44'^^xsd:string;
  dwc:scientificName 'Molgula galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:occurrenceRemarks 'several . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253341'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '250976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2620"^^xsd:integer ;
  dwc:maximumDepthInMeters "2620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11639'^^xsd:string;
  dwc:scientificName 'Munidopsis nitida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2620'^^xsd:integer;
  dwc:maximumDepth '2620'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11639 12,7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392568'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '392568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11642'^^xsd:string;
  dwc:scientificName 'Munidopsis rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11642 36,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107180'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '392211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-390'^^xsd:string;
  dwc:scientificName 'Onesimoides chelatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '334'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '15 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428743'^^xsd:integer;
  dwc:observationDate '1950-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '428743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1471'^^xsd:string;
  dwc:scientificName 'Websterinereis glauca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 1 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130426'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '130426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-830'^^xsd:string;
  dwc:scientificName 'Neilonella guineensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C One pair of united valves. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '420685'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '600484'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1623'^^xsd:string;
  dwc:scientificName 'Scalibregmatidae indet.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C 30 x 4 mm (anterior part), 15 x 5 mm (fragment). . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '18911'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1038'^^xsd:string;
  dwc:scientificName 'Psychropotes depressa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124774'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '124774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-883'^^xsd:string;
  dwc:scientificName 'Cyclopecten undatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C 1 valve. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428626'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1349'^^xsd:string;
  dwc:scientificName 'Fecampia abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:occurrenceRemarks 'Five cocoons (two with worms). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_069-078.pdf'^^xsd:string;
  dwc:aphiaid '142962'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '142962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1601'^^xsd:string;
  dwc:scientificName 'Aricidea albatrossae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C 12 x 2, 7 x 2 mm (anterior part with short antennae). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130550'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '326599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-977'^^xsd:string;
  dwc:scientificName 'Bathypectinura heros'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'd.d. 41-42 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_133-144.pdf'^^xsd:string;
  dwc:aphiaid '124814'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '124814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-302'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '3,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1524'^^xsd:string;
  dwc:scientificName 'Kinbergonuphis investigatoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '45 x 5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333699'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '333699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-841'^^xsd:string;
  dwc:scientificName 'Malletia estheriopsis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428712'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1494'^^xsd:string;
  dwc:scientificName 'Nephtys paradoxa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 1-38 x 4 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130365'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '130365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1574'^^xsd:string;
  dwc:scientificName 'Ninoe africana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '30 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '428732'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '333860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1628'^^xsd:string;
  dwc:scientificName 'Ophelina aulogastrella'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C 18 x 0,5 mm (complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '413982'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '413982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2770"^^xsd:integer ;
  dwc:maximumDepthInMeters "2770"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-805'^^xsd:string;
  dwc:scientificName 'Nuculana vestita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '338'^^xsd:integer;
  dwc:longitude '8.16666'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2770'^^xsd:integer;
  dwc:maximumDepth '2770'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,0 C + 6 valves. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428737'^^xsd:integer;
  dwc:observationDate '1950-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '428737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4020"^^xsd:integer ;
  dwc:maximumDepthInMeters "4020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-820'^^xsd:string;
  dwc:scientificName 'Yoldiella clarkei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4020'^^xsd:integer;
  dwc:maximumDepth '4020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428857'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '428857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4020"^^xsd:integer ;
  dwc:maximumDepthInMeters "4020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-828'^^xsd:string;
  dwc:scientificName 'Neilonella galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4020'^^xsd:integer;
  dwc:maximumDepth '4020'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428727'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4020"^^xsd:integer ;
  dwc:maximumDepthInMeters "4020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-831'^^xsd:string;
  dwc:scientificName 'Neilonella guineensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4020'^^xsd:integer;
  dwc:maximumDepth '4020'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '420685'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '600484'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4018"^^xsd:integer ;
  dwc:maximumDepthInMeters "4018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-802'^^xsd:string;
  dwc:scientificName 'Nuculana pallida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4018'^^xsd:integer;
  dwc:maximumDepth '4018'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,3 C + 5 valves. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428736'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4020"^^xsd:integer ;
  dwc:maximumDepthInMeters "4020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-367'^^xsd:string;
  dwc:scientificName 'Cyphocaris challenbergeri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4020'^^xsd:integer;
  dwc:maximumDepth '4020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '12 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428630'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '428630'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4020"^^xsd:integer ;
  dwc:maximumDepthInMeters "4020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-407'^^xsd:string;
  dwc:scientificName 'Euandania gigantea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4020'^^xsd:integer;
  dwc:maximumDepth '4020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '10 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '103093'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '237421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4020"^^xsd:integer ;
  dwc:maximumDepthInMeters "4020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-373'^^xsd:string;
  dwc:scientificName 'Eucallisoma glandulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4020'^^xsd:integer;
  dwc:maximumDepth '4020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 10 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428642'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '428642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4020"^^xsd:integer ;
  dwc:maximumDepthInMeters "4020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-385'^^xsd:string;
  dwc:scientificName 'Eurythenes obesus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4020'^^xsd:integer;
  dwc:maximumDepth '4020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'juvenile, 9 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102564'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '102564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4020"^^xsd:integer ;
  dwc:maximumDepthInMeters "4020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-705'^^xsd:string;
  dwc:scientificName 'Choanostomellia sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4020'^^xsd:integer;
  dwc:maximumDepth '4020'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '182922'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '182922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4020"^^xsd:integer ;
  dwc:maximumDepthInMeters "4020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-26'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4020'^^xsd:integer;
  dwc:maximumDepth '4020'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'mud . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4020"^^xsd:integer ;
  dwc:maximumDepthInMeters "4020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-861'^^xsd:string;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4020'^^xsd:integer;
  dwc:maximumDepth '4020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4020"^^xsd:integer ;
  dwc:maximumDepthInMeters "4020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1395'^^xsd:string;
  dwc:scientificName 'Lepidasthenia grimaldi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '8.41666'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4020'^^xsd:integer;
  dwc:maximumDepth '4020'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '4-7 X 1 mm (3 complete specimens, 24-27 segments, 12 pairs of elytra), 3-5 x 1 mm (3 specimens without posterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333795'^^xsd:integer;
  dwc:observationDate '1950-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '333795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 9.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "9.23333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1072'^^xsd:string;
  dwc:scientificName 'Peniagone diaphana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '336'^^xsd:integer;
  dwc:longitude '9.23333'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124735'^^xsd:integer;
  dwc:observationDate '1950-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '124735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 9.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "9.23333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-341'^^xsd:string;
  dwc:scientificName 'Porcellanaster caeruleus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '336'^^xsd:integer;
  dwc:longitude '9.23333'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '3,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '380706'^^xsd:integer;
  dwc:observationDate '1950-12-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 9.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "9.23333"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1124'^^xsd:string;
  dwc:scientificName 'Sipunculus titubans'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '336'^^xsd:integer;
  dwc:longitude '9.23333'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 3,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425200'^^xsd:integer;
  dwc:observationDate '1950-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '136084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 9.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "9.23333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1649'^^xsd:string;
  dwc:scientificName 'Tetreres varians'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '336'^^xsd:integer;
  dwc:longitude '9.23333'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,8 C 60 x 6, 70 x 8 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334915'^^xsd:integer;
  dwc:observationDate '1950-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '334915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 9.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "9.23333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1586'^^xsd:string;
  dwc:scientificName 'Arabella mutans'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '336'^^xsd:integer;
  dwc:longitude '9.23333'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 0,5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '157203'^^xsd:integer;
  dwc:observationDate '1950-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '157203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 9.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "9.23333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1562'^^xsd:string;
  dwc:scientificName 'Lumbrineris fragilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '336'^^xsd:integer;
  dwc:longitude '9.23333'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '50 x 2 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '152285'^^xsd:integer;
  dwc:observationDate '1950-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '130261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 9.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "9.23333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1567'^^xsd:string;
  dwc:scientificName 'Lumbrineris latreilli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '336'^^xsd:integer;
  dwc:longitude '9.23333'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '15 x 0,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130248'^^xsd:integer;
  dwc:observationDate '1950-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '130248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 9.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "9.23333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1428'^^xsd:string;
  dwc:scientificName 'Neoleanira tetragona'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '336'^^xsd:integer;
  dwc:longitude '9.23333'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '37 x 4 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '131069'^^xsd:integer;
  dwc:observationDate '1950-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '131069'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 9.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "9.23333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1493'^^xsd:string;
  dwc:scientificName 'Nephtys paradoxa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '336'^^xsd:integer;
  dwc:longitude '9.23333'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '30 x 4 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130365'^^xsd:integer;
  dwc:observationDate '1950-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '130365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 9.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "9.23333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1534'^^xsd:string;
  dwc:scientificName 'Onuphis rullieriana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '336'^^xsd:integer;
  dwc:longitude '9.23333'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '85 x 3 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130474'^^xsd:integer;
  dwc:observationDate '1950-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '130474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 9.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "9.23333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1116'^^xsd:string;
  dwc:scientificName 'Golfingia elisae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '336'^^xsd:integer;
  dwc:longitude '9.23333'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 3,8 C + many fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_133-134.pdf'^^xsd:string;
  dwc:aphiaid '424478'^^xsd:integer;
  dwc:observationDate '1950-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '410737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1430"^^xsd:integer ;
  dwc:maximumDepthInMeters "1430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1453'^^xsd:string;
  dwc:scientificName 'Goniada congoensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1430'^^xsd:integer;
  dwc:maximumDepth '1430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '18 x 0,5 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '240557'^^xsd:integer;
  dwc:observationDate '1950-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '240557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1430"^^xsd:integer ;
  dwc:maximumDepthInMeters "1430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1455'^^xsd:string;
  dwc:scientificName 'Goniada maculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1430'^^xsd:integer;
  dwc:maximumDepth '1430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '22 x 0,5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130140'^^xsd:integer;
  dwc:observationDate '1950-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '130140'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66666 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66666"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-336'^^xsd:string;
  dwc:scientificName 'Styracaster chuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '345'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-8.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '3,9 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123942'^^xsd:integer;
  dwc:observationDate '1950-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '123942'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66666 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66666"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1249'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '345'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-8.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'On whales\' ear bones, concretions and a scaphopod shell. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:observationDate '1950-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66666 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66666"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-921'^^xsd:string;
  dwc:scientificName 'Policordia lisbetae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '345'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-8.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '405969'^^xsd:integer;
  dwc:observationDate '1950-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '508020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66666 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66666"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1738'^^xsd:string;
  dwc:scientificName 'Sergia robusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '345'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-8.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 female carapace length 19 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '107136'^^xsd:integer;
  dwc:observationDate '1950-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '1056517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66666 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66666"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-47'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '345'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-8.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 3.9 C on living lamellibranchs. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1950-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66666 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66666"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1650'^^xsd:string;
  dwc:scientificName 'Tetreres varians'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '345'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-8.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:occurrenceRemarks '1 tube like the one from St. 52, with overlapping shells of foraminiferans and with lateral keels. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334915'^^xsd:integer;
  dwc:observationDate '1950-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '334915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66666 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66666"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-906'^^xsd:string;
  dwc:scientificName 'Amphicteis posterobranchiata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '345'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-8.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC-POL-906 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '326340'^^xsd:integer;
  dwc:observationDate '1950-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '326340'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66666 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66666"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-884'^^xsd:string;
  dwc:scientificName 'Cyclopecten undatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '345'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-8.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,8 C 3 valves, four fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428626'^^xsd:integer;
  dwc:observationDate '1950-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66666 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66666"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 771265'^^xsd:string;
  dwc:scientificName 'Bassozetus normalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '345'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-8.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P 771265-1268 1 female, 2? SL 105+-187 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '159064'^^xsd:integer;
  dwc:observationDate '1950-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '159064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66666 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66666"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-978'^^xsd:string;
  dwc:scientificName 'Bathypectinura heros'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '345'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-8.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '29'^^xsd:integer;
  dwc:occurrenceRemarks 'd.d. 7,5-44 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_133-144.pdf'^^xsd:string;
  dwc:aphiaid '124814'^^xsd:integer;
  dwc:observationDate '1950-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '124814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66666 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66666"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-303'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '345'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-8.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '3,9 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1950-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1435"^^xsd:integer ;
  dwc:maximumDepthInMeters "1435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1162'^^xsd:string;
  dwc:scientificName 'Onchnesoma steenstrupi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '344'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-7'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1435'^^xsd:integer;
  dwc:maximumDepth '1435'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '410742'^^xsd:integer;
  dwc:observationDate '1950-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '410742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7 11.1666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7"^^xsd:decimal ;
  dwc:decimalLongitude "11.1666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1532'^^xsd:string;
  dwc:scientificName 'Onuphis eremita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '344'^^xsd:integer;
  dwc:longitude '11.1666'^^xsd:double;
  dwc:latitude '-7'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '25 x 0,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130470'^^xsd:integer;
  dwc:observationDate '1950-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '130470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.2166 11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.2166"^^xsd:decimal ;
  dwc:decimalLongitude "11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "960"^^xsd:integer ;
  dwc:maximumDepthInMeters "960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-919'^^xsd:string;
  dwc:scientificName 'Pterampharete luderitzi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '356'^^xsd:integer;
  dwc:longitude '11.2'^^xsd:double;
  dwc:latitude '-17.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '960'^^xsd:integer;
  dwc:maximumDepth '960'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC-POL-919 Identified by J. B. Kirkegaard. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '331450'^^xsd:integer;
  dwc:observationDate '1950-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '955835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.4 11.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.4"^^xsd:decimal ;
  dwc:decimalLongitude "11.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3660"^^xsd:integer ;
  dwc:maximumDepthInMeters "3660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1563'^^xsd:string;
  dwc:scientificName 'Lumbrineris fragilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '11.25'^^xsd:double;
  dwc:latitude '-11.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3660'^^xsd:integer;
  dwc:maximumDepth '3660'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '15 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '152285'^^xsd:integer;
  dwc:observationDate '1950-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '130261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.4 11.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.4"^^xsd:decimal ;
  dwc:decimalLongitude "11.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3660"^^xsd:integer ;
  dwc:maximumDepthInMeters "3660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1629'^^xsd:string;
  dwc:scientificName 'Ophelina aulogastrella'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '11.25'^^xsd:double;
  dwc:latitude '-11.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3660'^^xsd:integer;
  dwc:maximumDepth '3660'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '28 x 1 mm (complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '413982'^^xsd:integer;
  dwc:observationDate '1950-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '413982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.2166 11.2666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.2166"^^xsd:decimal ;
  dwc:decimalLongitude "11.2666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1569'^^xsd:string;
  dwc:scientificName 'Lumbrineris latreilli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '356'^^xsd:integer;
  dwc:longitude '11.2666'^^xsd:double;
  dwc:latitude '-17.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '85 x 6 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130248'^^xsd:integer;
  dwc:observationDate '1950-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '130248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.2166 11.2666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.2166"^^xsd:decimal ;
  dwc:decimalLongitude "11.2666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1577'^^xsd:string;
  dwc:scientificName 'Ninoe africana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '356'^^xsd:integer;
  dwc:longitude '11.2666'^^xsd:double;
  dwc:latitude '-17.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '18 x 1, 20 x 1 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '428732'^^xsd:integer;
  dwc:observationDate '1950-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '333860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.8 11.3166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.8"^^xsd:decimal ;
  dwc:decimalLongitude "11.3166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1617'^^xsd:string;
  dwc:scientificName 'Piromis congoense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '344'^^xsd:integer;
  dwc:longitude '11.3166'^^xsd:double;
  dwc:latitude '-6.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '45 x 1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334530'^^xsd:integer;
  dwc:observationDate '1950-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '334530'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.8 11.3166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.8"^^xsd:decimal ;
  dwc:decimalLongitude "11.3166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "960"^^xsd:integer ;
  dwc:maximumDepthInMeters "960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1195'^^xsd:string;
  dwc:scientificName 'Aspidosiphon venabulum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '344'^^xsd:integer;
  dwc:longitude '11.3166'^^xsd:double;
  dwc:latitude '-6.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '960'^^xsd:integer;
  dwc:maximumDepth '960'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266453'^^xsd:integer;
  dwc:observationDate '1950-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '266453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.2166 11.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.2166"^^xsd:decimal ;
  dwc:decimalLongitude "11.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "412"^^xsd:integer ;
  dwc:maximumDepthInMeters "412"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1513'^^xsd:string;
  dwc:scientificName 'Diopatra dubia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '356'^^xsd:integer;
  dwc:longitude '11.35'^^xsd:double;
  dwc:latitude '-17.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '412'^^xsd:integer;
  dwc:maximumDepth '412'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '8-25 x 1 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '326944'^^xsd:integer;
  dwc:observationDate '1950-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '326944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.68333 11.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.68333"^^xsd:decimal ;
  dwc:decimalLongitude "11.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "450"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1446'^^xsd:string;
  dwc:scientificName 'Glycera rouxii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '341'^^xsd:integer;
  dwc:longitude '11.4333'^^xsd:double;
  dwc:latitude '-5.68333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '450'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '35 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130127'^^xsd:integer;
  dwc:observationDate '1950-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.51666 11.4666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.51666"^^xsd:decimal ;
  dwc:decimalLongitude "11.4666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "790"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1616'^^xsd:string;
  dwc:scientificName 'Piromis congoense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '341'^^xsd:integer;
  dwc:longitude '11.4666'^^xsd:double;
  dwc:latitude '-5.51666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '790'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '33 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334530'^^xsd:integer;
  dwc:observationDate '1950-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '334530'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.51666 11.4666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.51666"^^xsd:decimal ;
  dwc:decimalLongitude "11.4666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "790"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1564'^^xsd:string;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '341'^^xsd:integer;
  dwc:longitude '11.4666'^^xsd:double;
  dwc:latitude '-5.51666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '790'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 1 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:observationDate '1950-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.51666 11.4666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.51666"^^xsd:decimal ;
  dwc:decimalLongitude "11.4666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "790"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1609'^^xsd:string;
  dwc:scientificName 'Magelona cornuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '341'^^xsd:integer;
  dwc:longitude '11.4666'^^xsd:double;
  dwc:latitude '-5.51666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '790'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 1 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '329131'^^xsd:integer;
  dwc:observationDate '1950-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '329131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.38333 11.4666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.38333"^^xsd:decimal ;
  dwc:decimalLongitude "11.4666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "880"^^xsd:integer ;
  dwc:maximumDepthInMeters "880"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1575'^^xsd:string;
  dwc:scientificName 'Ninoe africana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '341'^^xsd:integer;
  dwc:longitude '11.4666'^^xsd:double;
  dwc:latitude '-5.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '880'^^xsd:integer;
  dwc:maximumDepth '880'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '428732'^^xsd:integer;
  dwc:observationDate '1950-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '333860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.68333 11.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.68333"^^xsd:decimal ;
  dwc:decimalLongitude "11.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "291"^^xsd:integer ;
  dwc:maximumDepthInMeters "291"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-680'^^xsd:string;
  dwc:scientificName 'Nemertesia perrieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '341'^^xsd:integer;
  dwc:longitude '11.5333'^^xsd:double;
  dwc:latitude '-5.68333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '291'^^xsd:integer;
  dwc:maximumDepth '291'^^xsd:integer;
  dwc:occurrenceRemarks 'Two hydrocauli of 10 and 15 mm length from some communal hydrorhiza fibres. No gonothecae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117814'^^xsd:integer;
  dwc:observationDate '1950-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '117814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.68333 11.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.68333"^^xsd:decimal ;
  dwc:decimalLongitude "11.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "291"^^xsd:integer ;
  dwc:maximumDepthInMeters "291"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-677'^^xsd:string;
  dwc:scientificName 'Polyplumaria flabellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '341'^^xsd:integer;
  dwc:longitude '11.5333'^^xsd:double;
  dwc:latitude '-5.68333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '291'^^xsd:integer;
  dwc:maximumDepth '291'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments of a 8 cm high colony, without gonothecae but with well preserved hydranths. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117827'^^xsd:integer;
  dwc:observationDate '1950-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '117827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.68333 11.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.68333"^^xsd:decimal ;
  dwc:decimalLongitude "11.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "291"^^xsd:integer ;
  dwc:maximumDepthInMeters "291"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-669'^^xsd:string;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '341'^^xsd:integer;
  dwc:longitude '11.5333'^^xsd:double;
  dwc:latitude '-5.68333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '291'^^xsd:integer;
  dwc:maximumDepth '291'^^xsd:integer;
  dwc:occurrenceRemarks 'One colony of 25 mm height, with some fibres at the base, and a number of fragments. No gonothecae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:observationDate '1950-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.68333 11.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.68333"^^xsd:decimal ;
  dwc:decimalLongitude "11.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "291"^^xsd:integer ;
  dwc:maximumDepthInMeters "291"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-686'^^xsd:string;
  dwc:scientificName 'Aglaophenia elongata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '341'^^xsd:integer;
  dwc:longitude '11.5333'^^xsd:double;
  dwc:latitude '-5.68333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '291'^^xsd:integer;
  dwc:maximumDepth '291'^^xsd:integer;
  dwc:occurrenceRemarks '10 plumes of 10-25 mm height, rising from a creeping stolon. No corbulae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117275'^^xsd:integer;
  dwc:observationDate '1950-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '117275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.55 11.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.55"^^xsd:decimal ;
  dwc:decimalLongitude "11.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2370"^^xsd:integer ;
  dwc:maximumDepthInMeters "2370"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-856'^^xsd:string;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '11.85'^^xsd:double;
  dwc:latitude '-11.55'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2370'^^xsd:integer;
  dwc:maximumDepth '2370'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,9 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:observationDate '1950-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.55 11.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.55"^^xsd:decimal ;
  dwc:decimalLongitude "11.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2370"^^xsd:integer ;
  dwc:maximumDepthInMeters "2370"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1496'^^xsd:string;
  dwc:scientificName 'Nephtys paradoxa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '11.85'^^xsd:double;
  dwc:latitude '-11.55'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2370'^^xsd:integer;
  dwc:maximumDepth '2370'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '22 x 2 mm, (anterior end), fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130365'^^xsd:integer;
  dwc:observationDate '1950-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '130365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.066601 11.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.066601"^^xsd:decimal ;
  dwc:decimalLongitude "11.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "537"^^xsd:integer ;
  dwc:maximumDepthInMeters "537"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1511'^^xsd:string;
  dwc:scientificName 'Diopatra cuprea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '357'^^xsd:integer;
  dwc:longitude '11.9333'^^xsd:double;
  dwc:latitude '-20.066601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '537'^^xsd:integer;
  dwc:maximumDepth '537'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '40 x 2, 55 x 2 (complete), 13 x 1, 15 x 1, 20 x 1, 30 x 4, 50 x 5 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '157339'^^xsd:integer;
  dwc:observationDate '1950-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '157339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.066601 11.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.066601"^^xsd:decimal ;
  dwc:decimalLongitude "11.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "537"^^xsd:integer ;
  dwc:maximumDepthInMeters "537"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1108'^^xsd:string;
  dwc:scientificName 'Histioteuthis reversa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '357'^^xsd:integer;
  dwc:longitude '11.9333'^^xsd:double;
  dwc:latitude '-20.066601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '537'^^xsd:integer;
  dwc:maximumDepth '537'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'MLd 38, 21, 17 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_123-132.pdf'^^xsd:string;
  dwc:aphiaid '181381'^^xsd:integer;
  dwc:observationDate '1950-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '181381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.066601 11.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.066601"^^xsd:decimal ;
  dwc:decimalLongitude "11.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "537"^^xsd:integer ;
  dwc:maximumDepthInMeters "537"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1566'^^xsd:string;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '357'^^xsd:integer;
  dwc:longitude '11.9333'^^xsd:double;
  dwc:latitude '-20.066601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '537'^^xsd:integer;
  dwc:maximumDepth '537'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '15, 18, 20, 22 x 1 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:observationDate '1950-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.066601 11.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.066601"^^xsd:decimal ;
  dwc:decimalLongitude "11.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "537"^^xsd:integer ;
  dwc:maximumDepthInMeters "537"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-465'^^xsd:string;
  dwc:scientificName 'Metaleptamphopus membrisetata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '357'^^xsd:integer;
  dwc:longitude '11.9333'^^xsd:double;
  dwc:latitude '-20.066601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '537'^^xsd:integer;
  dwc:maximumDepth '537'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype Female, 10 mm, female 9 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428721'^^xsd:integer;
  dwc:observationDate '1950-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '430738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.066601 11.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.066601"^^xsd:decimal ;
  dwc:decimalLongitude "11.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "537"^^xsd:integer ;
  dwc:maximumDepthInMeters "537"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1430'^^xsd:string;
  dwc:scientificName 'Neoleanira tetragona'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '357'^^xsd:integer;
  dwc:longitude '11.9333'^^xsd:double;
  dwc:latitude '-20.066601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '537'^^xsd:integer;
  dwc:maximumDepth '537'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '15 x 2, 35 x 3, 55 x 5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '131069'^^xsd:integer;
  dwc:observationDate '1950-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '131069'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.066601 11.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.066601"^^xsd:decimal ;
  dwc:decimalLongitude "11.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "537"^^xsd:integer ;
  dwc:maximumDepthInMeters "537"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1498'^^xsd:string;
  dwc:scientificName 'Nephtys paradoxa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '357'^^xsd:integer;
  dwc:longitude '11.9333'^^xsd:double;
  dwc:latitude '-20.066601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '537'^^xsd:integer;
  dwc:maximumDepth '537'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '30 x 3 mm (complete), 37 x 5-20 x 2 mm (without posterior end), 7 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130365'^^xsd:integer;
  dwc:observationDate '1950-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '130365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.066601 11.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.066601"^^xsd:decimal ;
  dwc:decimalLongitude "11.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "537"^^xsd:integer ;
  dwc:maximumDepthInMeters "537"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1499'^^xsd:string;
  dwc:scientificName 'Nephtys squamosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '357'^^xsd:integer;
  dwc:longitude '11.9333'^^xsd:double;
  dwc:latitude '-20.066601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '537'^^xsd:integer;
  dwc:maximumDepth '537'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 2 mm (anterior part), 1 fragment. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '334156'^^xsd:integer;
  dwc:observationDate '1950-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '334156'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.066601 11.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.066601"^^xsd:decimal ;
  dwc:decimalLongitude "11.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "537"^^xsd:integer ;
  dwc:maximumDepthInMeters "537"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1536'^^xsd:string;
  dwc:scientificName 'Onuphis rullieriana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '357'^^xsd:integer;
  dwc:longitude '11.9333'^^xsd:double;
  dwc:latitude '-20.066601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '537'^^xsd:integer;
  dwc:maximumDepth '537'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 1-50 x 2 mm (anterior ends), 10 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130474'^^xsd:integer;
  dwc:observationDate '1950-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '130474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.066601 11.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.066601"^^xsd:decimal ;
  dwc:decimalLongitude "11.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "537"^^xsd:integer ;
  dwc:maximumDepthInMeters "537"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1416'^^xsd:string;
  dwc:scientificName 'Panthalis oerstedi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '357'^^xsd:integer;
  dwc:longitude '11.9333'^^xsd:double;
  dwc:latitude '-20.066601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '537'^^xsd:integer;
  dwc:maximumDepth '537'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 9, 35 x 9 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '129737'^^xsd:integer;
  dwc:observationDate '1950-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '129737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.066601 11.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.066601"^^xsd:decimal ;
  dwc:decimalLongitude "11.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "537"^^xsd:integer ;
  dwc:maximumDepthInMeters "537"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-717'^^xsd:string;
  dwc:scientificName 'Apseudes grossimanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '357'^^xsd:integer;
  dwc:longitude '11.9333'^^xsd:double;
  dwc:latitude '-20.066601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '537'^^xsd:integer;
  dwc:maximumDepth '537'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '3 adult females, 2 adult males. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '136265'^^xsd:integer;
  dwc:observationDate '1950-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '136265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.066601 11.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.066601"^^xsd:decimal ;
  dwc:decimalLongitude "11.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "537"^^xsd:integer ;
  dwc:maximumDepthInMeters "537"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1403'^^xsd:string;
  dwc:scientificName 'Macellicephala mirabilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '357'^^xsd:integer;
  dwc:longitude '11.9333'^^xsd:double;
  dwc:latitude '-20.066601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '537'^^xsd:integer;
  dwc:maximumDepth '537'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:occurrenceRemarks '18 x 17-23 x 10 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130807'^^xsd:integer;
  dwc:observationDate '1950-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '130807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.03333 12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.03333"^^xsd:decimal ;
  dwc:decimalLongitude "12.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1472'^^xsd:string;
  dwc:scientificName 'Websterinereis glauca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '342'^^xsd:integer;
  dwc:longitude '12.2'^^xsd:double;
  dwc:latitude '-6.03333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '12 x 1, 20 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130426'^^xsd:integer;
  dwc:observationDate '1950-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '130426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1596'^^xsd:string;
  dwc:scientificName 'Phylo norvegicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '346'^^xsd:integer;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 2 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130531'^^xsd:integer;
  dwc:observationDate '1950-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '1548432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1618'^^xsd:string;
  dwc:scientificName 'Piromis congoense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '346'^^xsd:integer;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '5 x 1, 10 x 1, 10 x 1, 10 x 1 mm (anterior parts), 4 posterior parts 15-8 x 1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334530'^^xsd:integer;
  dwc:observationDate '1950-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '334530'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-414'^^xsd:string;
  dwc:scientificName 'Stegocephaloides attingens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '346'^^xsd:integer;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '4 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '214748'^^xsd:integer;
  dwc:observationDate '1950-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '214748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1475'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '346'^^xsd:integer;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 2 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1950-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1602'^^xsd:string;
  dwc:scientificName 'Aricidea albatrossae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '346'^^xsd:integer;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '3 x 1 mm, 7 x 1 mm (anterior part with short antenna). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130550'^^xsd:integer;
  dwc:observationDate '1950-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '326599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1552'^^xsd:string;
  dwc:scientificName 'Augeneria tentaculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '346'^^xsd:integer;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'complete specimen, 55 x 2 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130225'^^xsd:integer;
  dwc:observationDate '1950-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-446'^^xsd:string;
  dwc:scientificName 'Bathymedon palpalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '346'^^xsd:integer;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Female, ovigerous, 7 mm. and 2 mutilated specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428595'^^xsd:integer;
  dwc:observationDate '1950-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '428595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-427'^^xsd:string;
  dwc:scientificName 'Harpinia cinca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '346'^^xsd:integer;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ovigerous, 6 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428658'^^xsd:integer;
  dwc:observationDate '1950-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '548953'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1429'^^xsd:string;
  dwc:scientificName 'Neoleanira tetragona'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '346'^^xsd:integer;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '32 x 3, 45 x 6 mm, 6 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '131069'^^xsd:integer;
  dwc:observationDate '1950-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131069'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1495'^^xsd:string;
  dwc:scientificName 'Nephtys paradoxa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '346'^^xsd:integer;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 2 mm, (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130365'^^xsd:integer;
  dwc:observationDate '1950-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1579'^^xsd:string;
  dwc:scientificName 'Ninoe nigripes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '346'^^xsd:integer;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 1, 10 x 1 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130255'^^xsd:integer;
  dwc:observationDate '1950-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130255'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1470"^^xsd:integer ;
  dwc:maximumDepthInMeters "1470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1636'^^xsd:string;
  dwc:scientificName 'Travisia gravieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '-12'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1470'^^xsd:integer;
  dwc:maximumDepth '1470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '4 x 1,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '337052'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '337052'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1470"^^xsd:integer ;
  dwc:maximumDepthInMeters "1470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1476'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '-12'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1470'^^xsd:integer;
  dwc:maximumDepth '1470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 2 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1470"^^xsd:integer ;
  dwc:maximumDepthInMeters "1470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1605'^^xsd:string;
  dwc:scientificName 'Aricidea simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '-12'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1470'^^xsd:integer;
  dwc:maximumDepth '1470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '18 x 1 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '174163'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '333037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.1 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1580'^^xsd:string;
  dwc:scientificName 'Ninoe nigripes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.1'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '12 x 0,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130255'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '130255'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.1 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1604'^^xsd:string;
  dwc:scientificName 'Aricidea ramosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.1'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 0,5 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '182988'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '886757'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.1 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1568'^^xsd:string;
  dwc:scientificName 'Lumbrineris latreilli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.1'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '5 x 1 mm (anterior end). 1 fragment. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130248'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '130248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0833 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0833"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "975"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1597'^^xsd:string;
  dwc:scientificName 'Phylo norvegicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.0833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '975'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 4,1 C 18 x 4 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130531'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '1548432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0833 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0833"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "975"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1619'^^xsd:string;
  dwc:scientificName 'Piromis congoense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.0833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '975'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 4,1 C 8 x 1, 15 x 1, 21 x 1, 21 x 1, 21 x 1 mm (anterior parts). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334530'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '334530'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0833 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0833"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "975"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1637'^^xsd:string;
  dwc:scientificName 'Travisia profundi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.0833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '975'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 4,1 C 15 x 6 mm (complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '173934'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '173934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0833 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0833"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "975"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-716'^^xsd:string;
  dwc:scientificName 'Apseudes grossimanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.0833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '975'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 4,1 C with rudimentary oostegites. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '136265'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '136265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0833 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0833"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "975"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1593'^^xsd:string;
  dwc:scientificName 'Haploscoloplos kerguelensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.0833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '975'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 4,1 C 10 x 1 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '173945'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '130513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0833 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0833"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "975"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1576'^^xsd:string;
  dwc:scientificName 'Ninoe africana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.0833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '975'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '27 x 1, 28 x 1 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '428732'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '333860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0833 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0833"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "975"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1535'^^xsd:string;
  dwc:scientificName 'Onuphis rullieriana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.0833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '975'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '40 x 2 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130474'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '130474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0833 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0833"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "975"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1103'^^xsd:string;
  dwc:scientificName 'Ophiernus alepidotus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.0833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '975'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:occurrenceRemarks 'Disk diameter 12-22 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_109-122.pdf'^^xsd:string;
  dwc:aphiaid '243500'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '243500'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0833 13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0833"^^xsd:decimal ;
  dwc:decimalLongitude "13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "975"^^xsd:integer ;
  dwc:maximumDepthInMeters "975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1565'^^xsd:string;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '13.1333'^^xsd:double;
  dwc:latitude '-12.0833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '975'^^xsd:integer;
  dwc:maximumDepth '975'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '15 x 2, 20 x 1 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:observationDate '1950-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2666 13.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.2666"^^xsd:decimal ;
  dwc:decimalLongitude "13.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "735"^^xsd:integer ;
  dwc:maximumDepthInMeters "735"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1581'^^xsd:string;
  dwc:scientificName 'Ninoe nigripes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '354'^^xsd:integer;
  dwc:longitude '13.2833'^^xsd:double;
  dwc:latitude '-12.2666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '735'^^xsd:integer;
  dwc:maximumDepth '735'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '12 x 0,5 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130255'^^xsd:integer;
  dwc:observationDate '1950-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '130255'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2666 13.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.2666"^^xsd:decimal ;
  dwc:decimalLongitude "13.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "735"^^xsd:integer ;
  dwc:maximumDepthInMeters "735"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1603'^^xsd:string;
  dwc:scientificName 'Aricidea albatrossae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '354'^^xsd:integer;
  dwc:longitude '13.2833'^^xsd:double;
  dwc:latitude '-12.2666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '735'^^xsd:integer;
  dwc:maximumDepth '735'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '5 x 1 mm (anterior part with long antenna). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130550'^^xsd:integer;
  dwc:observationDate '1950-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '326599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2666 13.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.2666"^^xsd:decimal ;
  dwc:decimalLongitude "13.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "735"^^xsd:integer ;
  dwc:maximumDepthInMeters "735"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1497'^^xsd:string;
  dwc:scientificName 'Nephtys paradoxa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '354'^^xsd:integer;
  dwc:longitude '13.2833'^^xsd:double;
  dwc:latitude '-12.2666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '735'^^xsd:integer;
  dwc:maximumDepth '735'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '24 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130365'^^xsd:integer;
  dwc:observationDate '1950-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '130365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.25 13.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.25"^^xsd:decimal ;
  dwc:decimalLongitude "13.35"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1582'^^xsd:string;
  dwc:scientificName 'Ninoe nigripes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '354'^^xsd:integer;
  dwc:longitude '13.35'^^xsd:double;
  dwc:latitude '-12.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '25 x 2 mm (anterior end). fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130255'^^xsd:integer;
  dwc:observationDate '1950-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '130255'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.25 13.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.25"^^xsd:decimal ;
  dwc:decimalLongitude "13.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "398"^^xsd:integer ;
  dwc:maximumDepthInMeters "398"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1598'^^xsd:string;
  dwc:scientificName 'Phylo norvegicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '354'^^xsd:integer;
  dwc:longitude '13.35'^^xsd:double;
  dwc:latitude '-12.25'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '398'^^xsd:integer;
  dwc:maximumDepth '398'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130531'^^xsd:integer;
  dwc:observationDate '1950-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '1548432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.1166 17.799999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.1166"^^xsd:decimal ;
  dwc:decimalLongitude "17.799999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "301"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1695'^^xsd:string;
  dwc:scientificName 'Ampharetidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '2'^^xsd:integer;
  dwc:longitude '17.799999'^^xsd:double;
  dwc:latitude '-34.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '301'^^xsd:integer;
  dwc:occurrenceRemarks 'indeterminable fragments of Ampharetids of the subfamily Ampharetinae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '981'^^xsd:integer;
  dwc:observationDate '1951-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.200001 27.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.200001"^^xsd:decimal ;
  dwc:decimalLongitude "27.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-546'^^xsd:string;
  dwc:scientificName 'Cladorhiza aphyrula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '21'^^xsd:integer;
  dwc:longitude '27.5833'^^xsd:double;
  dwc:latitude '-35.200001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '428612'^^xsd:integer;
  dwc:observationDate '1951-01-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.200001 27.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.200001"^^xsd:decimal ;
  dwc:decimalLongitude "27.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1525'^^xsd:string;
  dwc:scientificName 'Kinbergonuphis investigatoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '21'^^xsd:integer;
  dwc:longitude '27.5833'^^xsd:double;
  dwc:latitude '-35.200001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '12 x 1 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333699'^^xsd:integer;
  dwc:observationDate '1951-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '333699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.200001 27.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.200001"^^xsd:decimal ;
  dwc:decimalLongitude "27.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-808'^^xsd:string;
  dwc:scientificName 'Ledella crassa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '21'^^xsd:integer;
  dwc:longitude '27.5833'^^xsd:double;
  dwc:latitude '-35.200001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428691'^^xsd:integer;
  dwc:observationDate '1951-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.1166 30.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.1166"^^xsd:decimal ;
  dwc:decimalLongitude "30.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4470"^^xsd:integer ;
  dwc:maximumDepthInMeters "4470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-547'^^xsd:string;
  dwc:scientificName 'Cladorhiza ephyrula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '23'^^xsd:integer;
  dwc:longitude '30.5833'^^xsd:double;
  dwc:latitude '-35.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4470'^^xsd:integer;
  dwc:maximumDepth '4470'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168228'^^xsd:integer;
  dwc:observationDate '1951-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '168228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.1166 30.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.1166"^^xsd:decimal ;
  dwc:decimalLongitude "30.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4470"^^xsd:integer ;
  dwc:maximumDepthInMeters "4470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-910'^^xsd:string;
  dwc:scientificName 'Jugamphicteis galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '23'^^xsd:integer;
  dwc:longitude '30.5833'^^xsd:double;
  dwc:latitude '-35.1166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4470'^^xsd:integer;
  dwc:maximumDepth '4470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC-POL-910 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '328527'^^xsd:integer;
  dwc:observationDate '1951-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '328527'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-405'^^xsd:string;
  dwc:scientificName 'Parargissa galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 50 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428753'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '428753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1479'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '5 x 2, 18 x 2, 25 x 2 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1697'^^xsd:string;
  dwc:scientificName 'Ampharetidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:occurrenceRemarks 'indeterminable fragments of Ampharetids of the subfamily Ampharetinae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '981'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1297'^^xsd:string;
  dwc:scientificName 'Columnella accincta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428618'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '428618'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1283'^^xsd:string;
  dwc:scientificName 'Columnella magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183072'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '183072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1300'^^xsd:string;
  dwc:scientificName 'Cornucopina novissima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428621'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '428621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-408'^^xsd:string;
  dwc:scientificName 'Euandania gigantea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '47 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '103093'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '237421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-384'^^xsd:string;
  dwc:scientificName 'Eurythenes gryllus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'badly damaged specimen, 18 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102563'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '102563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1274'^^xsd:string;
  dwc:scientificName 'Farciminellum hexagonum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428510'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '428510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P77452'^^xsd:string;
  dwc:scientificName 'Aphyonus brevidorsalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ZMUC P77452 std. l. 71 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_007-090.pdf'^^xsd:string;
  dwc:aphiaid '220009'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '1805558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1400'^^xsd:string;
  dwc:scientificName 'Bathyeliasona nigra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '40 x 20 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '428592'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '428592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23337'^^xsd:string;
  dwc:scientificName 'Bathymicrops regis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat No P 23337 Std. l. 117 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '126341'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '126341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-703'^^xsd:string;
  dwc:scientificName 'Choanostomellia bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '183059'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '183059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1319'^^xsd:string;
  dwc:scientificName 'Himantozoum leontodon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428669'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '1026026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-913'^^xsd:string;
  dwc:scientificName 'Jugamphicteis galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC-POL-913 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '328527'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '328527'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1308'^^xsd:string;
  dwc:scientificName 'Kinetoskias cyathus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183226'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '183226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.150002 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.150002"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-922'^^xsd:string;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '38'^^xsd:integer;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.150002'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 0,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:observationDate '1951-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1396'^^xsd:string;
  dwc:scientificName 'Telodrieschia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '22 x 10 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332457'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '332457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-681'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks 'Five colonies of 5-8 cm height, the largest with female gonothecae. Badly preserved hydranths present.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-670'^^xsd:string;
  dwc:scientificName 'Sertularella leiocarpa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks 'Four 1-2 cm high monosiphonic colonies and some fragments. No gonothecae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '285526'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '285526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1342'^^xsd:string;
  dwc:scientificName 'Tessaradoma circella'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428818'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '470991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-655'^^xsd:string;
  dwc:scientificName 'Acryptolaria angulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks 'A fragment of 20 mm length. No hydranths, gonosome absent.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '284923'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '284923'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-696'^^xsd:string;
  dwc:scientificName 'Dinotheca dofleini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks '2 complete colonies of 30 mm height and some fragments. No gonosome. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '428634'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '284076'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1591'^^xsd:string;
  dwc:scientificName 'Drilonereis magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 0,5, 20 x 0,5 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '157358'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '157358'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1587'^^xsd:string;
  dwc:scientificName 'Arabella mutans'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 0,5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '157203'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '157203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1306'^^xsd:string;
  dwc:scientificName 'Camptoplites sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:occurrenceRemarks 'C. sp. 2 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '173016'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '173016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-689'^^xsd:string;
  dwc:scientificName 'Cladocarpus distomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks 'One colony of 40 mm height, bearing 5 hydroclades. One fragment, a hydroclade with 5 hydrothecae and well preserved hydranths. Gonosome absent.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '284075'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '284075'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-692'^^xsd:string;
  dwc:scientificName 'Cladocarpus inflatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype A colony of about 30 mm height with 7 hydroclades (holotype) and 4 colonies of 30-50 mm height with 5-10 hydroclades and partly covered with Kirchenpaueria triangulata (Totton) (paratypes). The holotype and 2 paratypes are in ZMUC. 2 paratypes'^^xsd:string;
  dwc:aphiaid '284085'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '284085'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-693'^^xsd:string;
  dwc:scientificName 'Cladocarpus millardae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks 'Three colonies of 2-4 cm height and some fragments. No gonosome. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '284090'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '284090'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-691'^^xsd:string;
  dwc:scientificName 'Cladocarpus sinuosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype One colony of 30 mm height (holotype) with a basal tuft of hydrorhiza fibres and 10 hydroclades. One empty phylactocarp is present. In addition there is a 15 mm long fragment of a hydrocaulus with 7 hydroclades and hydranths, but without gonoso'^^xsd:string;
  dwc:aphiaid '117298'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '117310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-690'^^xsd:string;
  dwc:scientificName 'Cladocarpus tenuis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks 'Two colonies of 40 mm height, one with an empty phylactocarp. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '183068'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '183068'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-645'^^xsd:string;
  dwc:scientificName 'Halecium  tenellum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks 'Several 5-15 mm high colonies, apparently detached from other hydroids. Well preserved hydranths are present. No gonothecae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-674'^^xsd:string;
  dwc:scientificName 'Halopteris polymorpha'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks 'One 8 mm long fragment with obliterated hydranths. No gonothecae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '287314'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '287314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1309'^^xsd:string;
  dwc:scientificName 'Kinetoskias pocillum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428687'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '428687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.2166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.2166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-678'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria triangulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '33'^^xsd:integer;
  dwc:longitude '31.2166'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks 'Two pinnate stems, rising from a stolon creeping on an unidentifiable hydroid, 25 and 35 mm high, with some female gonothecae. Some simple stems rising from a stolon creeping with Halecium tenellum Hincks on Cladocarpus inflatus n.sp.. Record published'^^xsd:string;
  dwc:aphiaid '117676'^^xsd:integer;
  dwc:observationDate '1951-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '117671'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1462'^^xsd:string;
  dwc:scientificName 'Typosyllis variegata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '11 x 1, 15 x 1, 25 x 1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '183475'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "445"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11525'^^xsd:string;
  dwc:scientificName 'Uroptychus simiae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '445'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11525 5,1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_014-066.pdf'^^xsd:string;
  dwc:aphiaid '246494'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '246494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1474'^^xsd:string;
  dwc:scientificName 'Websterinereis punctata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '18 x 1 mm (45 anterior segments). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '340691'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '340691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-12'^^xsd:string;
  dwc:scientificName 'Styela milleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '435'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'sandy mud and stones . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253934'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '173969'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-356'^^xsd:string;
  dwc:scientificName 'Symphurus ocellatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Std.l. 90-99 mm. Gear ST300 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_219-226.pdf'^^xsd:string;
  dwc:aphiaid '219862'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '219862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-683'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina irregularis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks 'A tuft of 5 hydrocauli, rising from a communal mass of fibres, and some fragments. Empty gonothecae present.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '428872'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1531'^^xsd:string;
  dwc:scientificName 'Notonuphis antarctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 0,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '173794'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '736484'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1269'^^xsd:string;
  dwc:scientificName 'Notoplites sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '110865'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '110865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1445'^^xsd:string;
  dwc:scientificName 'Glycera papillosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '15 x 1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '157393'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '157393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1129'^^xsd:string;
  dwc:scientificName 'Golfingia capensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '42'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266456'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '266456'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1217'^^xsd:string;
  dwc:scientificName 'Phascolosoma nigrescens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220538'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '220538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-684'^^xsd:string;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks 'One colony of 40 mm height and a fragment. No gonothecae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1693'^^xsd:string;
  dwc:scientificName 'Sabellides sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks 'Many fragments of tubes and a few fragments of worms. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129176'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '129155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-671'^^xsd:string;
  dwc:scientificName 'Sertularella leiocarpa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks 'Two 15 mm high, monosiphonic, slightly branched colonies and a fragment. No gonothecae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '285526'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '285526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1431'^^xsd:string;
  dwc:scientificName 'Sigalion squamatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks 'posterior fragment: 40 x 7 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '182822'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '131073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-49'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 8.3 C on a calcareous tube. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1432'^^xsd:string;
  dwc:scientificName 'Sthenelanella ehlersi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '7 x 1-20 x 2 mm, 1 posterior end, 3 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '334867'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '334867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-553'^^xsd:string;
  dwc:scientificName 'Tethya magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '170966'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '170966'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-656'^^xsd:string;
  dwc:scientificName 'Acryptolaria angulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks 'Three fragments of 8-25 mm length. Badly preserved hydranths, no gonosome.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '284923'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '284923'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1332'^^xsd:string;
  dwc:scientificName 'Adeonella falcicula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428573'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '428573'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-584'^^xsd:string;
  dwc:scientificName 'Cyliconema curvisclera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '190773'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '171455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-361'^^xsd:string;
  dwc:scientificName 'Cynoglossus zanzibarensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Std.l. 148 mm, Gear: ST300 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_219-226.pdf'^^xsd:string;
  dwc:aphiaid '219847'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '219847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-697'^^xsd:string;
  dwc:scientificName 'Dinotheca dofleini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '5 complete colonies of 20-35 mm height. Remnants of hydranths present. No gonosome. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '428634'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '284076'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1512'^^xsd:string;
  dwc:scientificName 'Diopatra cuprea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '6 x 2 mm (anterior end), 1 fragment. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '157339'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '157339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1458'^^xsd:string;
  dwc:scientificName 'Ehlersia cornuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 0,5, 10 x 0,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '131286'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '157583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1346'^^xsd:string;
  dwc:scientificName 'Costaticella carotica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428512'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '428512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-549'^^xsd:string;
  dwc:scientificName 'Craniella atropurpurea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '171325'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '171325'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1434'^^xsd:string;
  dwc:scientificName 'Eulalia sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 0,5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '129445'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '129445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1548'^^xsd:string;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '15 x 1 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-472'^^xsd:string;
  dwc:scientificName 'Eurystheus afer'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '2 males, 8 mm., female 9 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428645'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '548600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-552'^^xsd:string;
  dwc:scientificName 'Geodia basilea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '170109'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '170109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1585'^^xsd:string;
  dwc:scientificName 'Arabella iricolor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '55 x 1 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '129854'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '129854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1187'^^xsd:string;
  dwc:scientificName 'Aspidosiphon muelleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '425'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425058'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '136037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1196'^^xsd:string;
  dwc:scientificName 'Aspidosiphon steenstrupi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '425'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136038'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '136038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-477'^^xsd:string;
  dwc:scientificName 'Cerapus abditus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102396'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '102408'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-550'^^xsd:string;
  dwc:scientificName 'Characella tuberosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '190407'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '170270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-353'^^xsd:string;
  dwc:scientificName 'Chascanopsetta galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Std. l. 240 mm. Gear: ST100 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_219-226.pdf'^^xsd:string;
  dwc:aphiaid '311530'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '219797'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-646'^^xsd:string;
  dwc:scientificName 'Halecium beanii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'One 40 mm high fragment, with badly preserved hydranths and without gonothecae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-644'^^xsd:string;
  dwc:scientificName 'Halecium sessile'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'One 25 mm high, polysiphonic colony and some monosiphonic fragments. No gonothecae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117605'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '117605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-675'^^xsd:string;
  dwc:scientificName 'Halopteris polymorpha'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '"Four colonies of 15-23 mm height, with badly preserved hydranths; no gonothecae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf"'^^xsd:string;
  dwc:aphiaid '287314'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '287314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1459'^^xsd:string;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '12 x 1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-554'^^xsd:string;
  dwc:scientificName 'Histodermella ingolfi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '133413'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '133413'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-666'^^xsd:string;
  dwc:scientificName 'Lafoea benthophila'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks 'Several small, 10-18 mm high, regularly branched colonies, detached from substratum.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '231622'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '231622'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-667'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks 'Four 8-20 mm high polysiphonic colonies without gonosome.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '156149'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1555'^^xsd:string;
  dwc:scientificName 'Lumbrineris brevicirra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 1 mm (anterior end), 2 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333871'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '413988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1571'^^xsd:string;
  dwc:scientificName 'Lumbrineris magalhaensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 0,5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '173522'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '173522'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-650'^^xsd:string;
  dwc:scientificName 'Opercularella spec.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '"Det. as ?Opercularella A single colony of 22 mm height, at the base with some hyfrorhiza fibres. Hydranths in very poor condition; gonothecae absent.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-1"'^^xsd:string;
  dwc:aphiaid '117044'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '117044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-551'^^xsd:string;
  dwc:scientificName 'Papyrula sphaera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '192837'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '169872'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.916599 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.916599"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1331'^^xsd:string;
  dwc:scientificName 'Adeonella cracens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '44'^^xsd:integer;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.916599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428571'^^xsd:integer;
  dwc:observationDate '1951-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '428571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.950001 31.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.950001"^^xsd:decimal ;
  dwc:decimalLongitude "31.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-357'^^xsd:string;
  dwc:scientificName 'Symphurus ocellatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '31.4333'^^xsd:double;
  dwc:latitude '-29.950001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Std.l. 100 mm. Gear SOT . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_219-226.pdf'^^xsd:string;
  dwc:aphiaid '219862'^^xsd:integer;
  dwc:observationDate '1951-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '219862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.950001 31.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.950001"^^xsd:decimal ;
  dwc:decimalLongitude "31.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-555'^^xsd:string;
  dwc:scientificName 'Tethycordyla pediculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '31.4333'^^xsd:double;
  dwc:latitude '-29.950001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '194380'^^xsd:integer;
  dwc:observationDate '1951-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '170912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.950001 31.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.950001"^^xsd:decimal ;
  dwc:decimalLongitude "31.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "595"^^xsd:integer ;
  dwc:maximumDepthInMeters "595"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-362'^^xsd:string;
  dwc:scientificName 'Cynoglossus zanzibarensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '31.4333'^^xsd:double;
  dwc:latitude '-29.950001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '595'^^xsd:integer;
  dwc:maximumDepth '595'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks 'Std.l. 118-173 mm, Gear: SOT . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_219-226.pdf'^^xsd:string;
  dwc:aphiaid '219847'^^xsd:integer;
  dwc:observationDate '1951-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '219847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.950001 31.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.950001"^^xsd:decimal ;
  dwc:decimalLongitude "31.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "495"^^xsd:integer ;
  dwc:maximumDepthInMeters "495"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1644'^^xsd:string;
  dwc:scientificName 'Lygdamis gilchristi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '31.4333'^^xsd:double;
  dwc:latitude '-29.950001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '495'^^xsd:integer;
  dwc:maximumDepth '495'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '15 x 3, 35 x 5 mm (posterior parts missing). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '333934'^^xsd:integer;
  dwc:observationDate '1951-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '333934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.950001 31.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.950001"^^xsd:decimal ;
  dwc:decimalLongitude "31.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11280'^^xsd:string;
  dwc:scientificName 'Munida benguela'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '31.4333'^^xsd:double;
  dwc:latitude '-29.950001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11280 12 male (14,1-30,3 mm.) 8 ov. female (20,4-28,5 mm.) 2 female (18,1-18,2 mm.). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '240648'^^xsd:integer;
  dwc:observationDate '1951-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '1606057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.950001 31.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.950001"^^xsd:decimal ;
  dwc:decimalLongitude "31.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU 11273'^^xsd:string;
  dwc:scientificName 'Agononida incerta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '45'^^xsd:integer;
  dwc:longitude '31.4333'^^xsd:double;
  dwc:latitude '-29.950001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:individualCount '27'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU 11273 ZMUC CRU 11274 16 male (18,2-40,0 mm) 8 ov. female (5,3-31,2 mm.) 3 female (20,8-25,2). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '345791'^^xsd:integer;
  dwc:observationDate '1951-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '345791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.566601 31.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.566601"^^xsd:decimal ;
  dwc:decimalLongitude "31.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1478'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '37'^^xsd:integer;
  dwc:longitude '31.8666'^^xsd:double;
  dwc:latitude '-32.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '3 x 2, 6 x 2, 10 x 4, 22 x 3 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1951-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.566601 31.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.566601"^^xsd:decimal ;
  dwc:decimalLongitude "31.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1696'^^xsd:string;
  dwc:scientificName 'Ampharetidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '37'^^xsd:integer;
  dwc:longitude '31.8666'^^xsd:double;
  dwc:latitude '-32.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:occurrenceRemarks 'indeterminable fragments of Ampharetids of the subfamily Ampharetinae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '981'^^xsd:integer;
  dwc:observationDate '1951-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.566601 31.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.566601"^^xsd:decimal ;
  dwc:decimalLongitude "31.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-981'^^xsd:string;
  dwc:scientificName 'Deima validum validum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '37'^^xsd:integer;
  dwc:longitude '31.8666'^^xsd:double;
  dwc:latitude '-32.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '125223'^^xsd:integer;
  dwc:observationDate '1951-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '125223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.566601 31.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.566601"^^xsd:decimal ;
  dwc:decimalLongitude "31.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1282'^^xsd:string;
  dwc:scientificName 'Columnella magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '37'^^xsd:integer;
  dwc:longitude '31.8666'^^xsd:double;
  dwc:latitude '-32.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183072'^^xsd:integer;
  dwc:observationDate '1951-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '183072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.566601 31.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.566601"^^xsd:decimal ;
  dwc:decimalLongitude "31.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-583'^^xsd:string;
  dwc:scientificName 'Corynonema eupinnulum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '37'^^xsd:integer;
  dwc:longitude '31.8666'^^xsd:double;
  dwc:latitude '-32.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '190726'^^xsd:integer;
  dwc:observationDate '1951-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '171457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.566601 31.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.566601"^^xsd:decimal ;
  dwc:decimalLongitude "31.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1137'^^xsd:string;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '37'^^xsd:integer;
  dwc:longitude '31.8666'^^xsd:double;
  dwc:latitude '-32.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:observationDate '1951-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.566601 31.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.566601"^^xsd:decimal ;
  dwc:decimalLongitude "31.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1318'^^xsd:string;
  dwc:scientificName 'Himantozoum leontodon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '37'^^xsd:integer;
  dwc:longitude '31.8666'^^xsd:double;
  dwc:latitude '-32.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428669'^^xsd:integer;
  dwc:observationDate '1951-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1026026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.566601 31.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.566601"^^xsd:decimal ;
  dwc:decimalLongitude "31.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-306'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '37'^^xsd:integer;
  dwc:longitude '31.8666'^^xsd:double;
  dwc:latitude '-32.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks '1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1951-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.566601 31.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.566601"^^xsd:decimal ;
  dwc:decimalLongitude "31.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-288'^^xsd:string;
  dwc:scientificName 'Leiopus gracillimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '37'^^xsd:integer;
  dwc:longitude '31.8666'^^xsd:double;
  dwc:latitude '-32.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1.1 C 2 adult males. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_187-242.pdf'^^xsd:string;
  dwc:aphiaid '136300'^^xsd:integer;
  dwc:observationDate '1951-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '136304'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.566601 31.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.566601"^^xsd:decimal ;
  dwc:decimalLongitude "31.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-727'^^xsd:string;
  dwc:scientificName 'Leiopus shiinoi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '37'^^xsd:integer;
  dwc:longitude '31.8666'^^xsd:double;
  dwc:latitude '-32.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '428698'^^xsd:integer;
  dwc:observationDate '1951-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '577839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.566601 31.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.566601"^^xsd:decimal ;
  dwc:decimalLongitude "31.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3680"^^xsd:integer ;
  dwc:maximumDepthInMeters "3680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-314'^^xsd:string;
  dwc:scientificName 'Abyssaster tara'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '37'^^xsd:integer;
  dwc:longitude '31.8666'^^xsd:double;
  dwc:latitude '-32.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3680'^^xsd:integer;
  dwc:maximumDepth '3680'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '213254'^^xsd:integer;
  dwc:observationDate '1951-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '213254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.549999 32.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.549999"^^xsd:decimal ;
  dwc:decimalLongitude "32.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3620"^^xsd:integer ;
  dwc:maximumDepthInMeters "3620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1299'^^xsd:string;
  dwc:scientificName 'Cornucopina novissima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:julianDay '31'^^xsd:integer;
  dwc:longitude '32.016602'^^xsd:double;
  dwc:latitude '-32.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3620'^^xsd:integer;
  dwc:maximumDepth '3620'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428621'^^xsd:integer;
  dwc:observationDate '1951-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '428621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.549999 32.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.549999"^^xsd:decimal ;
  dwc:decimalLongitude "32.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3620"^^xsd:integer ;
  dwc:maximumDepthInMeters "3620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1335'^^xsd:string;
  dwc:scientificName 'Bifaxaria submucronata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:julianDay '31'^^xsd:integer;
  dwc:longitude '32.016602'^^xsd:double;
  dwc:latitude '-32.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3620'^^xsd:integer;
  dwc:maximumDepth '3620'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428514'^^xsd:integer;
  dwc:observationDate '1951-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '428514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.549999 32.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.549999"^^xsd:decimal ;
  dwc:decimalLongitude "32.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3620"^^xsd:integer ;
  dwc:maximumDepthInMeters "3620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-116'^^xsd:string;
  dwc:scientificName 'Cetomimus indagator'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:julianDay '31'^^xsd:integer;
  dwc:longitude '32.016602'^^xsd:double;
  dwc:latitude '-32.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3620'^^xsd:integer;
  dwc:maximumDepth '3620'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype: 120.2 mm, in standard lenght . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_255-260.pdf'^^xsd:string;
  dwc:aphiaid '300322'^^xsd:integer;
  dwc:observationDate '1951-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '221396'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.549999 32.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.549999"^^xsd:decimal ;
  dwc:decimalLongitude "32.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3620"^^xsd:integer ;
  dwc:maximumDepthInMeters "3620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1006'^^xsd:string;
  dwc:scientificName 'benthodytes plana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:julianDay '31'^^xsd:integer;
  dwc:longitude '32.016602'^^xsd:double;
  dwc:latitude '-32.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3620'^^xsd:integer;
  dwc:maximumDepth '3620'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '241784'^^xsd:integer;
  dwc:observationDate '1951-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '241784'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.549999 32.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.549999"^^xsd:decimal ;
  dwc:decimalLongitude "32.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3620"^^xsd:integer ;
  dwc:maximumDepthInMeters "3620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1008'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:julianDay '31'^^xsd:integer;
  dwc:longitude '32.016602'^^xsd:double;
  dwc:latitude '-32.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3620'^^xsd:integer;
  dwc:maximumDepth '3620'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1951-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.549999 32.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.549999"^^xsd:decimal ;
  dwc:decimalLongitude "32.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3620"^^xsd:integer ;
  dwc:maximumDepthInMeters "3620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1364'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:julianDay '31'^^xsd:integer;
  dwc:longitude '32.016602'^^xsd:double;
  dwc:latitude '-32.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3620'^^xsd:integer;
  dwc:maximumDepth '3620'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '50 x 20 mm (complete, 34 setigers), 50 x 20 mm (bad condition). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1951-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.549999 32.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.549999"^^xsd:decimal ;
  dwc:decimalLongitude "32.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3620"^^xsd:integer ;
  dwc:maximumDepthInMeters "3620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-304'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:julianDay '31'^^xsd:integer;
  dwc:longitude '32.016602'^^xsd:double;
  dwc:latitude '-32.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3620'^^xsd:integer;
  dwc:maximumDepth '3620'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1951-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-739'^^xsd:string;
  dwc:scientificName 'Typhlotanais peculiaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp 1,2 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '428829'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '237601'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1216'^^xsd:string;
  dwc:scientificName 'Phascolosoma nigrescens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220538'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '220538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-913'^^xsd:string;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1040'^^xsd:string;
  dwc:scientificName 'Psychropotes verrucosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '242034'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '242034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1358'^^xsd:string;
  dwc:scientificName 'Sacculina abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_16/galathea-vol.16-pp_099-112.pdf'^^xsd:string;
  dwc:aphiaid '428797'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '428797'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1338'^^xsd:string;
  dwc:scientificName 'Sclerodomus corrugatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428801'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '466933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1341'^^xsd:string;
  dwc:scientificName 'Sclerodomus inornatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428802'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '466898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1477'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 3 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-928'^^xsd:string;
  dwc:scientificName 'Cuspidaria barnardi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '407523'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '407523'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-944'^^xsd:string;
  dwc:scientificName 'Galatheammina tetraedra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'The largest is holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380570'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '380570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-779'^^xsd:string;
  dwc:scientificName 'Bathylamprops calmani'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182201'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '182201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1010'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'two hauls. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1336'^^xsd:string;
  dwc:scientificName 'Bifaxaria submucronata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428514'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '428514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1317'^^xsd:string;
  dwc:scientificName 'Himantozoum leontodon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428669'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1026026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-305'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1365'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '"34 setigers: 20 x 5, 35 x 15, 40 x 15, 45 x 15, 45 x 20 mm; 1 destroyed specimen. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf"'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-835'^^xsd:string;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3520"^^xsd:integer ;
  dwc:maximumDepthInMeters "3520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11283'^^xsd:string;
  dwc:scientificName 'Munidopsis teretis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3520'^^xsd:integer;
  dwc:maximumDepth '3520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, ZMUC CRU-11283 27,1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392626'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '392626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-990'^^xsd:string;
  dwc:scientificName 'Oneirophanta mutabilis mutabilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '2 hauls. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428876'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '428876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1540'^^xsd:string;
  dwc:scientificName 'Paradiopatra paucibranchis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '26 x 1 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '413997'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '173845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3430"^^xsd:integer ;
  dwc:maximumDepthInMeters "3430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1281'^^xsd:string;
  dwc:scientificName 'Columnella magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '36'^^xsd:integer;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3430'^^xsd:integer;
  dwc:maximumDepth '3430'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183072'^^xsd:integer;
  dwc:observationDate '1951-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '183072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2720"^^xsd:integer ;
  dwc:maximumDepthInMeters "2720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-101'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2720'^^xsd:integer;
  dwc:maximumDepth '2720'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'mature spec. no 105. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2720"^^xsd:integer ;
  dwc:maximumDepthInMeters "2720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-102'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2720'^^xsd:integer;
  dwc:maximumDepth '2720'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'mature spec. no 106. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2760"^^xsd:integer ;
  dwc:maximumDepthInMeters "2760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-941'^^xsd:string;
  dwc:scientificName 'Psammetta globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2760'^^xsd:integer;
  dwc:maximumDepth '2760'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380567'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '380567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2720"^^xsd:integer ;
  dwc:maximumDepthInMeters "2720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1122'^^xsd:string;
  dwc:scientificName 'Sipunculus robustus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2720'^^xsd:integer;
  dwc:maximumDepth '2720'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 2,4 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220536'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '220536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-934'^^xsd:string;
  dwc:scientificName 'Cuspidaria natalensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,5 C The right valve is damaged ventrally. Nearly the whole anterior part of the left valve is lacking, the posterior projection being present. The soft parts are well preserved.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pd'^^xsd:string;
  dwc:aphiaid '407846'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '407846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2720"^^xsd:integer ;
  dwc:maximumDepthInMeters "2720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-980'^^xsd:string;
  dwc:scientificName 'Deima validum validum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2720'^^xsd:integer;
  dwc:maximumDepth '2720'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '125223'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '125223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2760"^^xsd:integer ;
  dwc:maximumDepthInMeters "2760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-946'^^xsd:string;
  dwc:scientificName 'Galatheammina calcarea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2760'^^xsd:integer;
  dwc:maximumDepth '2760'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'and numerous fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '137325'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137325'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2720"^^xsd:integer ;
  dwc:maximumDepthInMeters "2720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-778'^^xsd:string;
  dwc:scientificName 'Bathylamprops calmani'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2720'^^xsd:integer;
  dwc:maximumDepth '2720'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'subadult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182201'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '182201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2760"^^xsd:integer ;
  dwc:maximumDepthInMeters "2760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1237'^^xsd:string;
  dwc:scientificName 'Bathypathes patula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2760'^^xsd:integer;
  dwc:maximumDepth '2760'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 2,4 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '103323'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '103323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2720"^^xsd:integer ;
  dwc:maximumDepthInMeters "2720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1009'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2720'^^xsd:integer;
  dwc:maximumDepth '2720'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2760"^^xsd:integer ;
  dwc:maximumDepthInMeters "2760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-27'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2760'^^xsd:integer;
  dwc:maximumDepth '2760'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2760"^^xsd:integer ;
  dwc:maximumDepthInMeters "2760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1685'^^xsd:string;
  dwc:scientificName 'Melinnopsis sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2760'^^xsd:integer;
  dwc:maximumDepth '2760'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129170'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '129170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.700001 33.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.700001"^^xsd:decimal ;
  dwc:decimalLongitude "33.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2720"^^xsd:integer ;
  dwc:maximumDepthInMeters "2720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-528'^^xsd:string;
  dwc:scientificName 'Histiobranchus bathybius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '34'^^xsd:integer;
  dwc:longitude '33.316601'^^xsd:double;
  dwc:latitude '-29.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2720'^^xsd:integer;
  dwc:maximumDepth '2720'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '569-663 mm total lengths, eggs from 0,2 mm - 1,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_029-042.pdf'^^xsd:string;
  dwc:aphiaid '126323'^^xsd:integer;
  dwc:observationDate '1951-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '126323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.733299 34.266602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.733299"^^xsd:decimal ;
  dwc:decimalLongitude "34.266602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-548'^^xsd:string;
  dwc:scientificName 'Polymastia disclera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '24'^^xsd:integer;
  dwc:longitude '34.266602'^^xsd:double;
  dwc:latitude '-35.733299'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '170631'^^xsd:integer;
  dwc:observationDate '1951-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '170631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.733299 34.266602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.733299"^^xsd:decimal ;
  dwc:decimalLongitude "34.266602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-539'^^xsd:string;
  dwc:scientificName 'Anthelia profunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '24'^^xsd:integer;
  dwc:longitude '34.266602'^^xsd:double;
  dwc:latitude '-35.733299'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:occurrenceRemarks 'Une colonie fractionn+¬e d+¬pourvue de support. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_043-058.pdf'^^xsd:string;
  dwc:aphiaid '428582'^^xsd:integer;
  dwc:observationDate '1951-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '428582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.733299 34.266602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.733299"^^xsd:decimal ;
  dwc:decimalLongitude "34.266602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-780'^^xsd:string;
  dwc:scientificName 'Bathylamprops natalensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '24'^^xsd:integer;
  dwc:longitude '34.266602'^^xsd:double;
  dwc:latitude '-35.733299'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 2 C with marsupium. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182204'^^xsd:integer;
  dwc:observationDate '1951-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '182204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.733299 34.266602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.733299"^^xsd:decimal ;
  dwc:decimalLongitude "34.266602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-969'^^xsd:string;
  dwc:scientificName 'Capitoniscus cumacei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '24'^^xsd:integer;
  dwc:longitude '34.266602'^^xsd:double;
  dwc:latitude '-35.733299'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Femelle + larve cryptoniscienne male dans le marsupium d\'un Bathylamprops natalensis Jones. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_101-112.pdf'^^xsd:string;
  dwc:aphiaid '293382'^^xsd:integer;
  dwc:observationDate '1951-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '293382'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.733299 34.266602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.733299"^^xsd:decimal ;
  dwc:decimalLongitude "34.266602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-580'^^xsd:string;
  dwc:scientificName 'Caulophacus basispinosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '24'^^xsd:integer;
  dwc:longitude '34.266602'^^xsd:double;
  dwc:latitude '-35.733299'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '172052'^^xsd:integer;
  dwc:observationDate '1951-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '172052'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.733299 34.266602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.733299"^^xsd:decimal ;
  dwc:decimalLongitude "34.266602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-579'^^xsd:string;
  dwc:scientificName 'Hertwigia falcifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '24'^^xsd:integer;
  dwc:longitude '34.266602'^^xsd:double;
  dwc:latitude '-35.733299'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '134402'^^xsd:integer;
  dwc:observationDate '1951-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '134402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.5333 34.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.5333"^^xsd:decimal ;
  dwc:decimalLongitude "34.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-947'^^xsd:string;
  dwc:scientificName 'Galatheammina calcarea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '34.450001'^^xsd:double;
  dwc:latitude '-30.5333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'and numerous fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '137325'^^xsd:integer;
  dwc:observationDate '1951-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137325'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.5333 34.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.5333"^^xsd:decimal ;
  dwc:decimalLongitude "34.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-945'^^xsd:string;
  dwc:scientificName 'Galatheammina tetraedra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '34.450001'^^xsd:double;
  dwc:latitude '-30.5333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380570'^^xsd:integer;
  dwc:observationDate '1951-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '380570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.5333 34.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.5333"^^xsd:decimal ;
  dwc:decimalLongitude "34.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1337'^^xsd:string;
  dwc:scientificName 'Bifaxaria submucronata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '34.450001'^^xsd:double;
  dwc:latitude '-30.5333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428514'^^xsd:integer;
  dwc:observationDate '1951-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '428514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.5333 34.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.5333"^^xsd:decimal ;
  dwc:decimalLongitude "34.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2690"^^xsd:integer ;
  dwc:maximumDepthInMeters "2690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1366'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '46'^^xsd:integer;
  dwc:longitude '34.450001'^^xsd:double;
  dwc:latitude '-30.5333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2690'^^xsd:integer;
  dwc:maximumDepth '2690'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '34 setigers: 34 x 12 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1951-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.200001 35.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.200001"^^xsd:decimal ;
  dwc:decimalLongitude "35.25"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1160'^^xsd:string;
  dwc:scientificName 'Golfingia rutilofusca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '35.25'^^xsd:double;
  dwc:latitude '-20.200001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '380'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '428652'^^xsd:integer;
  dwc:observationDate '1951-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '266465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.200001 35.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.200001"^^xsd:decimal ;
  dwc:decimalLongitude "35.25"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1139'^^xsd:string;
  dwc:scientificName 'Golfingia sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '35.25'^^xsd:double;
  dwc:latitude '-20.200001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '380'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '"""The decision to leave this organism unnamed is consistent with my philosophy that in order to adequately describe a species, one must have more than a single specimen"". Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galat'^^xsd:string;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:observationDate '1951-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.200001 35.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.200001"^^xsd:decimal ;
  dwc:decimalLongitude "35.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "720"^^xsd:integer ;
  dwc:maximumDepthInMeters "720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00036'^^xsd:string;
  dwc:scientificName 'Goniada beiraensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '35.25'^^xsd:double;
  dwc:latitude '-20.200001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '720'^^xsd:integer;
  dwc:maximumDepth '720'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00036) 10 x 0,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '240451'^^xsd:integer;
  dwc:observationDate '1951-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '240451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.200001 35.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.200001"^^xsd:decimal ;
  dwc:decimalLongitude "35.25"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1491'^^xsd:string;
  dwc:scientificName 'Inermonephtys inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '35.25'^^xsd:double;
  dwc:latitude '-20.200001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '380'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '50 x 5 mm (complete), 28 x 1 mm (without posterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130346'^^xsd:integer;
  dwc:observationDate '1951-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '130346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.200001 35.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.200001"^^xsd:decimal ;
  dwc:decimalLongitude "35.25"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1418'^^xsd:string;
  dwc:scientificName 'Leanira quatrefagesi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '35.25'^^xsd:double;
  dwc:latitude '-20.200001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '380'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '25 x 5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155223'^^xsd:integer;
  dwc:observationDate '1951-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '155223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-358'^^xsd:string;
  dwc:scientificName 'Symphurus ocellatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks 'Std.l. 87-113 mm. Gear ST300 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_219-226.pdf'^^xsd:string;
  dwc:aphiaid '219862'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '219862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "575"^^xsd:integer ;
  dwc:maximumDepthInMeters "595"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-682'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '575'^^xsd:integer;
  dwc:maximumDepth '595'^^xsd:integer;
  dwc:occurrenceRemarks 'Two colonies of 8 cm height and some fragments. No gonothecae. Badly preserved hydranths present.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-939'^^xsd:string;
  dwc:scientificName 'Paranicothoe cladocera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 male, 1 female. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_239-246.pdf'^^xsd:string;
  dwc:aphiaid '354351'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '590688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1545'^^xsd:string;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:individualCount '27'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 1-35 x 5 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '183390'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "575"^^xsd:integer ;
  dwc:maximumDepthInMeters "595"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-672'^^xsd:string;
  dwc:scientificName 'Sertularella leiocarpa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '575'^^xsd:integer;
  dwc:maximumDepth '595'^^xsd:integer;
  dwc:occurrenceRemarks 'One slightly branched, monosiphonic colony of 40 mm height. No gonothecae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '285526'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '285526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-50'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:individualCount '28'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 7.4 C on living gastropods and one on a piece of slag. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1343'^^xsd:string;
  dwc:scientificName 'Tessaradoma circella'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428818'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '470991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1334'^^xsd:string;
  dwc:scientificName 'Adeonella cultrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428572'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '428572'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1333'^^xsd:string;
  dwc:scientificName 'Adeonella falcicula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428573'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '428573'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-535'^^xsd:string;
  dwc:scientificName 'Clavularia parva'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:occurrenceRemarks 'Plusieurs +¬chantillons fix+¬s sur des sortes de baguettes compos+¬es de petits grains agglom+¬r+¬s.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_043-058.pdf'^^xsd:string;
  dwc:aphiaid '428615'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '428615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1353'^^xsd:string;
  dwc:scientificName 'Cyphosaccus cornutus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_16/galathea-vol.16-pp_099-112.pdf'^^xsd:string;
  dwc:aphiaid '421092'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '421092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1592'^^xsd:string;
  dwc:scientificName 'Drilonereis magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '13 x 4 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '157358'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '157358'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1549'^^xsd:string;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '25 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-363'^^xsd:string;
  dwc:scientificName 'Argentina euchus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 158 mm std. length ZMUC no. 19519. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_019-022.pdf'^^xsd:string;
  dwc:aphiaid '217602'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '217602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-364'^^xsd:string;
  dwc:scientificName 'Argentina euchus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Paratype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Paratype 146 mm std. length . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_019-022.pdf'^^xsd:string;
  dwc:aphiaid '217602'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '217602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-968'^^xsd:string;
  dwc:scientificName 'Cabirops orbionei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:occurrenceRemarks 'On Orbione natalense paratype. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_101-112.pdf'^^xsd:string;
  dwc:aphiaid '259514'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '259514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-354'^^xsd:string;
  dwc:scientificName 'Chascanopsetta galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks 'Std. l. 122-285 mm. Gear: ST300 Holotype: P853104. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_219-226.pdf'^^xsd:string;
  dwc:aphiaid '311530'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '219797'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "575"^^xsd:integer ;
  dwc:maximumDepthInMeters "595"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-694'^^xsd:string;
  dwc:scientificName 'Cladocarpus millardae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '575'^^xsd:integer;
  dwc:maximumDepth '595'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype About one hundred colonies (type lot) of 2 to 10 cm height, many with phylactocarps and gonothecae. One specimen of 95 mm height, with phylactocaprs and gonothecae, has been selected as the holotype. This holotype along with 83 paratypes  are i'^^xsd:string;
  dwc:aphiaid '284090'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '284090'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1388'^^xsd:string;
  dwc:scientificName 'Hermadion africanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks '"10 x 2 (36 set.), 17 x 2 (44 set.), 21 x 3 (48 set.), all complete specimens; 5 anterior parts. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf"'^^xsd:string;
  dwc:aphiaid '328318'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '1062562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "575"^^xsd:integer ;
  dwc:maximumDepthInMeters "595"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-679'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria triangulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '575'^^xsd:integer;
  dwc:maximumDepth '595'^^xsd:integer;
  dwc:occurrenceRemarks 'Two pinnate stems, 30 and 35 mm high, rising from a stolon creeping on Dinotheca dofleini Stechow. Some female gonothecae are present.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117676'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '117671'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "580"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11278'^^xsd:string;
  dwc:scientificName 'Munida benguela'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '580'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '86'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11278 37 male (16,7-34,9+mm.) 16 ov. female (18,0-28,7 mm.) 33 female (12,3-26,5 mm.). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '240648'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '1606057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P77824'^^xsd:string;
  dwc:scientificName 'Neobythites natalensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, ZMUC P77824 SL 53 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_19/galathea-vol.19-pp_001-105.pdf'^^xsd:string;
  dwc:aphiaid '217812'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '217812'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3333"^^xsd:decimal ;
  dwc:decimalLongitude "35.283298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "575"^^xsd:integer ;
  dwc:maximumDepthInMeters "595"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3333 35.283298)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3333"^^xsd:decimal ;
  geo-pos:long "35.283298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-967'^^xsd:string;
  dwc:scientificName 'Orbione natalense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.283298'^^xsd:double;
  dwc:latitude '-25.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '575'^^xsd:integer;
  dwc:maximumDepth '595'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '"Femelle adulte + 2 males, cavit+¬ branchiale gauche d\'un Hymenopenaeus triarthrus (Stebbing) (Dr. L. B. Holthuis det.) de 18,3 cm de longeur totale; 2 autres femelles sur H. triarthrus.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer"'^^xsd:string;
  dwc:aphiaid '428747'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.6"^^xsd:decimal ;
  dwc:decimalLongitude "35.349998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "730"^^xsd:integer ;
  dwc:maximumDepthInMeters "730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  geo-pos:lat "-25.6"^^xsd:decimal ;
  geo-pos:long "35.349998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-401'^^xsd:string;
  dwc:scientificName 'Trischizostoma circulare'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.349998'^^xsd:double;
  dwc:latitude '-25.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '730'^^xsd:integer;
  dwc:maximumDepth '730'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype male, 24 mm.; another damaged specimen 21 mm.. Field color notes: bodies white, eyes dark brown, back with faintly rose longitudinal stripes.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-"'^^xsd:string;
  dwc:aphiaid '214731'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '214731'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.6"^^xsd:decimal ;
  dwc:decimalLongitude "35.349998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "730"^^xsd:integer ;
  dwc:maximumDepthInMeters "730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  geo-pos:lat "-25.6"^^xsd:decimal ;
  geo-pos:long "35.349998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00032'^^xsd:string;
  dwc:scientificName 'Telodrieschia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Paratype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.349998'^^xsd:double;
  dwc:latitude '-25.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '730'^^xsd:integer;
  dwc:maximumDepth '730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Paratype (ZMUC-POL-00032) 32 x 11 mm (complete specimen, 67 segments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332457'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '332457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.6"^^xsd:decimal ;
  dwc:decimalLongitude "35.349998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "730"^^xsd:integer ;
  dwc:maximumDepthInMeters "730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  geo-pos:lat "-25.6"^^xsd:decimal ;
  geo-pos:long "35.349998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1739'^^xsd:string;
  dwc:scientificName 'Sergia prehensilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.349998'^^xsd:double;
  dwc:latitude '-25.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '730'^^xsd:integer;
  dwc:maximumDepth '730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 female carapace length 10 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240791'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '1056516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.6"^^xsd:decimal ;
  dwc:decimalLongitude "35.349998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "730"^^xsd:integer ;
  dwc:maximumDepthInMeters "730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  geo-pos:lat "-25.6"^^xsd:decimal ;
  geo-pos:long "35.349998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1174'^^xsd:string;
  dwc:scientificName 'Themiste lageniformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.349998'^^xsd:double;
  dwc:latitude '-25.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '730'^^xsd:integer;
  dwc:maximumDepth '730'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266868'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '266868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.6"^^xsd:decimal ;
  dwc:decimalLongitude "35.349998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "730"^^xsd:integer ;
  dwc:maximumDepthInMeters "730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  geo-pos:lat "-25.6"^^xsd:decimal ;
  geo-pos:long "35.349998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-585'^^xsd:string;
  dwc:scientificName 'Corynonema natalense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.349998'^^xsd:double;
  dwc:latitude '-25.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '730'^^xsd:integer;
  dwc:maximumDepth '730'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '190725'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '171422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.6"^^xsd:decimal ;
  dwc:decimalLongitude "35.349998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "660"^^xsd:integer ;
  dwc:maximumDepthInMeters "720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  geo-pos:lat "-25.6"^^xsd:decimal ;
  geo-pos:long "35.349998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-352'^^xsd:string;
  dwc:scientificName 'Bothus pantherinus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.349998'^^xsd:double;
  dwc:latitude '-25.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '660'^^xsd:integer;
  dwc:maximumDepth '720'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Std.l. 38 mm, Gear: HOT . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_219-226.pdf'^^xsd:string;
  dwc:aphiaid '219795'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '219795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.6"^^xsd:decimal ;
  dwc:decimalLongitude "35.349998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "730"^^xsd:integer ;
  dwc:maximumDepthInMeters "730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  geo-pos:lat "-25.6"^^xsd:decimal ;
  geo-pos:long "35.349998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-643'^^xsd:string;
  dwc:scientificName 'Branchiocerianthus imperator'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.349998'^^xsd:double;
  dwc:latitude '-25.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '730'^^xsd:integer;
  dwc:maximumDepth '730'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Four complete individuals, 73, 93, 120 and 140 cm long, with gonophores. One incomplete specimen of 55 cm length. One stalk and one detached hydranth. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-17'^^xsd:string;
  dwc:aphiaid '284470'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '284470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.6"^^xsd:decimal ;
  dwc:decimalLongitude "35.349998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters "730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6 35.349998)"^^geo:wktLiteral ;
  geo-pos:lat "-25.6"^^xsd:decimal ;
  geo-pos:long "35.349998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11281'^^xsd:string;
  dwc:scientificName 'Munida benguela'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '52'^^xsd:integer;
  dwc:longitude '35.349998'^^xsd:double;
  dwc:latitude '-25.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:maximumDepth '730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11281 18,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '240648'^^xsd:integer;
  dwc:observationDate '1951-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '1606057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.133301 35.549999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.133301"^^xsd:decimal ;
  dwc:decimalLongitude "35.549999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.133301 35.549999)"^^geo:wktLiteral ;
  geo-pos:lat "-20.133301"^^xsd:decimal ;
  geo-pos:long "35.549999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1153'^^xsd:string;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '35.549999'^^xsd:double;
  dwc:latitude '-20.133301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 2,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:observationDate '1951-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.133301 35.549999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.133301"^^xsd:decimal ;
  dwc:decimalLongitude "35.549999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.133301 35.549999)"^^geo:wktLiteral ;
  geo-pos:lat "-20.133301"^^xsd:decimal ;
  geo-pos:long "35.549999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1258'^^xsd:string;
  dwc:scientificName 'Terebratulina valdiviae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '55'^^xsd:integer;
  dwc:longitude '35.549999'^^xsd:double;
  dwc:latitude '-20.133301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Det as T. ?valdiviae 1 empty shell and 2 pedicle valves. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '235534'^^xsd:integer;
  dwc:observationDate '1951-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '235534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.516602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "36.516602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5220"^^xsd:integer ;
  dwc:maximumDepthInMeters "5220"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.516602)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9333"^^xsd:decimal ;
  geo-pos:long "36.516602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1231'^^xsd:string;
  dwc:scientificName 'Phascolosoma scolops'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '25'^^xsd:integer;
  dwc:longitude '36.516602'^^xsd:double;
  dwc:latitude '-34.9333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5220'^^xsd:integer;
  dwc:maximumDepth '5220'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424889'^^xsd:integer;
  dwc:observationDate '1951-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '220541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.516602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "36.516602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5220"^^xsd:integer ;
  dwc:maximumDepthInMeters "5220"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.516602)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9333"^^xsd:decimal ;
  geo-pos:long "36.516602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-889'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '25'^^xsd:integer;
  dwc:longitude '36.516602'^^xsd:double;
  dwc:latitude '-34.9333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5220'^^xsd:integer;
  dwc:maximumDepth '5220'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 0,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:observationDate '1951-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.516602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "36.516602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5220"^^xsd:integer ;
  dwc:maximumDepthInMeters "5220"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.516602)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9333"^^xsd:decimal ;
  geo-pos:long "36.516602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1681'^^xsd:string;
  dwc:scientificName 'Melinna sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '25'^^xsd:integer;
  dwc:longitude '36.516602'^^xsd:double;
  dwc:latitude '-34.9333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5220'^^xsd:integer;
  dwc:maximumDepth '5220'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129168'^^xsd:integer;
  dwc:observationDate '1951-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '129168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.516602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "36.516602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5220"^^xsd:integer ;
  dwc:maximumDepthInMeters "5220"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.516602)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9333"^^xsd:decimal ;
  geo-pos:long "36.516602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-911'^^xsd:string;
  dwc:scientificName 'Jugamphicteis galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '25'^^xsd:integer;
  dwc:longitude '36.516602'^^xsd:double;
  dwc:latitude '-34.9333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5220'^^xsd:integer;
  dwc:maximumDepth '5220'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC-POL-911 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '328527'^^xsd:integer;
  dwc:observationDate '1951-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '328527'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.65"^^xsd:decimal ;
  dwc:decimalLongitude "37.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  geo-pos:lat "-29.65"^^xsd:decimal ;
  geo-pos:long "37.016602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-957'^^xsd:string;
  dwc:scientificName 'Stannophyllum fragilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '37.016602'^^xsd:double;
  dwc:latitude '-29.65'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'The holotype measures 37 x 46 mm. + some fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380590'^^xsd:integer;
  dwc:observationDate '1951-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '380590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.65"^^xsd:decimal ;
  dwc:decimalLongitude "37.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  geo-pos:lat "-29.65"^^xsd:decimal ;
  geo-pos:long "37.016602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1293'^^xsd:string;
  dwc:scientificName 'Columnella graminea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '37.016602'^^xsd:double;
  dwc:latitude '-29.65'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428619'^^xsd:integer;
  dwc:observationDate '1951-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '428619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.65"^^xsd:decimal ;
  dwc:decimalLongitude "37.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  geo-pos:lat "-29.65"^^xsd:decimal ;
  geo-pos:long "37.016602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1284'^^xsd:string;
  dwc:scientificName 'Columnella magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '37.016602'^^xsd:double;
  dwc:latitude '-29.65'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183072'^^xsd:integer;
  dwc:observationDate '1951-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '183072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.65"^^xsd:decimal ;
  dwc:decimalLongitude "37.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4880"^^xsd:integer ;
  dwc:maximumDepthInMeters "5090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  geo-pos:lat "-29.65"^^xsd:decimal ;
  geo-pos:long "37.016602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-375'^^xsd:string;
  dwc:scientificName 'Eurythenes gryllus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '37.016602'^^xsd:double;
  dwc:latitude '-29.65'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4880'^^xsd:integer;
  dwc:maximumDepth '5090'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 ?female, 75 mm, 1 male 50 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102563'^^xsd:integer;
  dwc:observationDate '1951-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '102563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.65"^^xsd:decimal ;
  dwc:decimalLongitude "37.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  geo-pos:lat "-29.65"^^xsd:decimal ;
  geo-pos:long "37.016602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1643'^^xsd:string;
  dwc:scientificName 'Gesaia fossae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '37.016602'^^xsd:double;
  dwc:latitude '-29.65'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 1 mm (fragments), 14 x 2, 18 x 2 mm (anterior parts). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '328086'^^xsd:integer;
  dwc:observationDate '1951-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '328086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.65"^^xsd:decimal ;
  dwc:decimalLongitude "37.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  geo-pos:lat "-29.65"^^xsd:decimal ;
  geo-pos:long "37.016602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1314'^^xsd:string;
  dwc:scientificName 'Bugula decipiens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '37.016602'^^xsd:double;
  dwc:latitude '-29.65'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428600'^^xsd:integer;
  dwc:observationDate '1951-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '428600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.65"^^xsd:decimal ;
  dwc:decimalLongitude "37.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4880"^^xsd:integer ;
  dwc:maximumDepthInMeters "5090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  geo-pos:lat "-29.65"^^xsd:decimal ;
  geo-pos:long "37.016602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-466'^^xsd:string;
  dwc:scientificName 'Liljeborgia mojada'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '37.016602'^^xsd:double;
  dwc:latitude '-29.65'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4880'^^xsd:integer;
  dwc:maximumDepth '5090'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 20 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428709'^^xsd:integer;
  dwc:observationDate '1951-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1804915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.65"^^xsd:decimal ;
  dwc:decimalLongitude "37.016602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.65 37.016602)"^^geo:wktLiteral ;
  geo-pos:lat "-29.65"^^xsd:decimal ;
  geo-pos:long "37.016602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-940'^^xsd:string;
  dwc:scientificName 'Maudammina arenaria'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '48'^^xsd:integer;
  dwc:longitude '37.016602'^^xsd:double;
  dwc:latitude '-29.65'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'As holotype was selected the largest, measuring 45 x 26 x 6 mm + a fragment. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380564'^^xsd:integer;
  dwc:observationDate '1951-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '380564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.416599 37.333302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.416599"^^xsd:decimal ;
  dwc:decimalLongitude "37.333302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5210"^^xsd:integer ;
  dwc:maximumDepthInMeters "5210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.416599 37.333302)"^^geo:wktLiteral ;
  geo-pos:lat "-33.416599"^^xsd:decimal ;
  geo-pos:long "37.333302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-386'^^xsd:string;
  dwc:scientificName 'Eurythenes obesus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:julianDay '28'^^xsd:integer;
  dwc:longitude '37.333302'^^xsd:double;
  dwc:latitude '-33.416599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5210'^^xsd:integer;
  dwc:maximumDepth '5210'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '11 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102564'^^xsd:integer;
  dwc:observationDate '1951-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '102564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.416599 37.333302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.416599"^^xsd:decimal ;
  dwc:decimalLongitude "37.333302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5210"^^xsd:integer ;
  dwc:maximumDepthInMeters "5210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.416599 37.333302)"^^geo:wktLiteral ;
  geo-pos:lat "-33.416599"^^xsd:decimal ;
  geo-pos:long "37.333302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-396'^^xsd:string;
  dwc:scientificName 'Orchomenella musculosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:julianDay '28'^^xsd:integer;
  dwc:longitude '37.333302'^^xsd:double;
  dwc:latitude '-33.416599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5210'^^xsd:integer;
  dwc:maximumDepth '5210'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '8 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428749'^^xsd:integer;
  dwc:observationDate '1951-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '557479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1345'^^xsd:string;
  dwc:scientificName 'Vittaticella incomperta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428836'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '467071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-48'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 0.7 C on pumice. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1292'^^xsd:string;
  dwc:scientificName 'Columnella graminea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428619'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '428619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1280'^^xsd:string;
  dwc:scientificName 'Columnella magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183072'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '183072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-582'^^xsd:string;
  dwc:scientificName 'Cyliconema abyssale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '190772'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '171450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1301'^^xsd:string;
  dwc:scientificName 'Cornucopina nupera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428622'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '428622'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1273'^^xsd:string;
  dwc:scientificName 'Farciminellum hexagonum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428510'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '428510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-581'^^xsd:string;
  dwc:scientificName 'Caulophacus galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '190313'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '172055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1266'^^xsd:string;
  dwc:scientificName 'Cellaria sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1323'^^xsd:string;
  dwc:scientificName 'Himantozoum sinuosum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428671'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '1026032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1321'^^xsd:string;
  dwc:scientificName 'Himantozoum taurinum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428672'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '1026033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-912'^^xsd:string;
  dwc:scientificName 'Jugamphicteis galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC-POL-912 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '328527'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '328527'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1307'^^xsd:string;
  dwc:scientificName 'Kinetoskias cyathus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183226'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '183226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.466599"^^xsd:decimal ;
  dwc:decimalLongitude "38.533298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.466599 38.533298)"^^geo:wktLiteral ;
  geo-pos:lat "-33.466599"^^xsd:decimal ;
  geo-pos:long "38.533298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1539'^^xsd:string;
  dwc:scientificName 'Paradiopatra paucibranchis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '27'^^xsd:integer;
  dwc:longitude '38.533298'^^xsd:double;
  dwc:latitude '-33.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '18 x 1 mm (poor condition). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '413997'^^xsd:integer;
  dwc:observationDate '1951-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '173845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.08333 39.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.08333"^^xsd:decimal ;
  dwc:decimalLongitude "39.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.08333 39.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-4.08333"^^xsd:decimal ;
  geo-pos:long "39.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1218'^^xsd:string;
  dwc:scientificName 'Phascolosoma nigrescens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '81'^^xsd:integer;
  dwc:longitude '39.6833'^^xsd:double;
  dwc:latitude '-4.08333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220538'^^xsd:integer;
  dwc:observationDate '1951-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '220538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 39.716599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "39.716599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 39.716599)"^^geo:wktLiteral ;
  geo-pos:lat "-4.1"^^xsd:decimal ;
  geo-pos:long "39.716599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1219'^^xsd:string;
  dwc:scientificName 'Phascolosoma nigrescens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '81'^^xsd:integer;
  dwc:longitude '39.716599'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220538'^^xsd:integer;
  dwc:observationDate '1951-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '220538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 39.716599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "39.716599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 39.716599)"^^geo:wktLiteral ;
  geo-pos:lat "-4.1"^^xsd:decimal ;
  geo-pos:long "39.716599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1175'^^xsd:string;
  dwc:scientificName 'Themiste lageniformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '81'^^xsd:integer;
  dwc:longitude '39.716599'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266868'^^xsd:integer;
  dwc:observationDate '1951-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '266868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.15 40.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.15"^^xsd:decimal ;
  dwc:decimalLongitude "40.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "665"^^xsd:integer ;
  dwc:maximumDepthInMeters "665"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.15 40.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.15"^^xsd:decimal ;
  geo-pos:long "40.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-733'^^xsd:string;
  dwc:scientificName 'Apseudella typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '75'^^xsd:integer;
  dwc:longitude '40.316601'^^xsd:double;
  dwc:latitude '-4.15'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '665'^^xsd:integer;
  dwc:maximumDepth '665'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 8,8 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '242580'^^xsd:integer;
  dwc:observationDate '1951-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '242580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-530'^^xsd:string;
  dwc:scientificName 'Synaphobranchus kaupi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. about 3,2 C 266 mm total length. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_029-042.pdf'^^xsd:string;
  dwc:aphiaid '158666'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1394'^^xsd:string;
  dwc:scientificName 'Scalisetosus sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment with 12 segments. Typical Scalisetosus setae, no elytra, no eyes.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '147147'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '147147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-400'^^xsd:string;
  dwc:scientificName 'Tmetonyx caeculus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Det. as cf. juv., 3 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102735'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '102543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1480'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 2 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-264'^^xsd:string;
  dwc:scientificName 'Ammothella gigas'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '379269'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '239727'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-417'^^xsd:string;
  dwc:scientificName 'Ampelisca gusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 4,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '422989'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '422989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1291'^^xsd:string;
  dwc:scientificName 'Columnella delicatissima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183071'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '183071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1295'^^xsd:string;
  dwc:scientificName 'Columnella graminea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428619'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '428619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-374'^^xsd:string;
  dwc:scientificName 'Euonyx biscayensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '8 and 15 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102560'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '102730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-458'^^xsd:string;
  dwc:scientificName 'Eusirus nevandis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 8 mm. The single specimen is badly damaged, lacking most articles of the antennae, peropods and uropods.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428646'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '428646'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1437'^^xsd:string;
  dwc:scientificName 'Glycera benguellana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '32 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333497'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '130126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-265'^^xsd:string;
  dwc:scientificName 'Ascorhynchus glaber'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '239881'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '239881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1551"^^xsd:integer ;
  dwc:maximumDepthInMeters "1551"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 771227'^^xsd:string;
  dwc:scientificName 'Bassozetus robustus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1551'^^xsd:integer;
  dwc:maximumDepth '1551'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P 771227 SL 400+ mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '217795'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '217795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1502'^^xsd:string;
  dwc:scientificName 'Bathychloeia sibogae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '9 x 4 mm (complete, 16 setigers). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '327091'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '327091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1000'^^xsd:string;
  dwc:scientificName 'Benthogone rosea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124752'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '124752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1320'^^xsd:string;
  dwc:scientificName 'Himantozoum leontodon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428669'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1026026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1325'^^xsd:string;
  dwc:scientificName 'Himantozoum sinuosum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428671'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1026032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1456'^^xsd:string;
  dwc:scientificName 'Kefersteinia cirrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '5 x 0,5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130164'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '336123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1371'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 5 mm. (smashed). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-795'^^xsd:string;
  dwc:scientificName 'Leptostylis azaniensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 4,3 C with empty marsupium. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182041'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '182041'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-526'^^xsd:string;
  dwc:scientificName 'Munnopsis mandibularis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 3,2 C with developing oostegites. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '256278'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '256278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-460'^^xsd:string;
  dwc:scientificName 'Lepechinella monocuspidata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 8 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428700'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '428700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-451'^^xsd:string;
  dwc:scientificName 'Oediceroides wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype Male, 16 mm.; two females, 21 and 18 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '183303'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '183303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1633'^^xsd:string;
  dwc:scientificName 'Ophelina breviata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 4,3 C 16 x 1 mm (28 setigers). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130502'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '130502'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-262'^^xsd:string;
  dwc:scientificName 'Pallenopsis scoparia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:occurrenceRemarks 'L\'animal a perdu les trois paires de pattes post+¬rieures. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134738'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '240259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.450001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.450001)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.450001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-CRU-11279'^^xsd:string;
  dwc:scientificName 'Uroptychus nigricapillis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '74'^^xsd:integer;
  dwc:longitude '41.450001'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC-CRU-11279 1 male 14,3 mm, 1 ov. female 12,2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_014-066.pdf'^^xsd:string;
  dwc:aphiaid '392102'^^xsd:integer;
  dwc:observationDate '1951-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '392102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.98333 42.049999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.98333"^^xsd:decimal ;
  dwc:decimalLongitude "42.049999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3290"^^xsd:integer ;
  dwc:maximumDepthInMeters "3290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.98333 42.049999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.98333"^^xsd:decimal ;
  geo-pos:long "42.049999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-772'^^xsd:string;
  dwc:scientificName 'Cyclaspis subgrandis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '73'^^xsd:integer;
  dwc:longitude '42.049999'^^xsd:double;
  dwc:latitude '-3.98333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3290'^^xsd:integer;
  dwc:maximumDepth '3290'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 2,3 C subadult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '181755'^^xsd:integer;
  dwc:observationDate '1951-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '181755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.98333 42.049999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.98333"^^xsd:decimal ;
  dwc:decimalLongitude "42.049999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3290"^^xsd:integer ;
  dwc:maximumDepthInMeters "3290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.98333 42.049999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.98333"^^xsd:decimal ;
  geo-pos:long "42.049999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1145'^^xsd:string;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '73'^^xsd:integer;
  dwc:longitude '42.049999'^^xsd:double;
  dwc:latitude '-3.98333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3290'^^xsd:integer;
  dwc:maximumDepth '3290'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 2,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:observationDate '1951-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.98333 42.049999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.98333"^^xsd:decimal ;
  dwc:decimalLongitude "42.049999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3290"^^xsd:integer ;
  dwc:maximumDepthInMeters "3290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.98333 42.049999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.98333"^^xsd:decimal ;
  geo-pos:long "42.049999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1572'^^xsd:string;
  dwc:scientificName 'Lumbrineris magalhaensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '73'^^xsd:integer;
  dwc:longitude '42.049999'^^xsd:double;
  dwc:latitude '-3.98333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3290'^^xsd:integer;
  dwc:maximumDepth '3290'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 3, 8 x 1 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '173522'^^xsd:integer;
  dwc:observationDate '1951-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '173522'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-15'^^xsd:string;
  dwc:scientificName 'Styela sericata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Globigerina ooze . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253980'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '250367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-942'^^xsd:string;
  dwc:scientificName 'Psammetta globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380567'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '380567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1360'^^xsd:string;
  dwc:scientificName 'Sacculina abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_16/galathea-vol.16-pp_099-112.pdf'^^xsd:string;
  dwc:aphiaid '428797'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '428797'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-953'^^xsd:string;
  dwc:scientificName 'Stannoma dendroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380586'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '380586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-956'^^xsd:string;
  dwc:scientificName 'Stannophyllum globigerinum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380591'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '380591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-319'^^xsd:string;
  dwc:scientificName 'Thoracaster cylindratus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123947'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '123947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3960"^^xsd:integer ;
  dwc:maximumDepthInMeters "3960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-443'^^xsd:string;
  dwc:scientificName 'Anoedisceros hanseni mozambis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3960'^^xsd:integer;
  dwc:maximumDepth '3960'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype Female, 24 mm.; and one female, 23 mm., white in life. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '428866'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '428866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-558'^^xsd:string;
  dwc:scientificName 'Cladorhiza nematophora'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168242'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '168242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1290'^^xsd:string;
  dwc:scientificName 'Columnella delicatissima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183071'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '183071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1287'^^xsd:string;
  dwc:scientificName 'Columnella magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183072'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '183072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-37'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:occurrenceRemarks 'several . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-347'^^xsd:string;
  dwc:scientificName 'Eremicaster crassus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:occurrenceRemarks '1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '178726'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '178726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3960"^^xsd:integer ;
  dwc:maximumDepthInMeters "3960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-720'^^xsd:string;
  dwc:scientificName 'Apseudes tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3960'^^xsd:integer;
  dwc:maximumDepth '3960'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp 1,8 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '428586'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '247775'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3960"^^xsd:integer ;
  dwc:maximumDepthInMeters "3960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P771214'^^xsd:string;
  dwc:scientificName 'Bassozetus galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3960'^^xsd:integer;
  dwc:maximumDepth '3960'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P771214 SL 118 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '272789'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '272789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-30'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Globigerina ooze . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3960"^^xsd:integer ;
  dwc:maximumDepthInMeters "3960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23340'^^xsd:string;
  dwc:scientificName 'Bathytyphlops sewelli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3960'^^xsd:integer;
  dwc:maximumDepth '3960'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Temp. 1,8 C P 23340 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '126346'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '126346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-559'^^xsd:string;
  dwc:scientificName 'Chondrocladia multichela'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168220'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '168220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-308'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks '1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3960"^^xsd:integer ;
  dwc:maximumDepthInMeters "3960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23352'^^xsd:string;
  dwc:scientificName 'Ipnops meadi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3960'^^xsd:integer;
  dwc:maximumDepth '3960'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat. No. P 23352 (Holotype) Holotype st. l. 105 mm . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '275831'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '275831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3960"^^xsd:integer ;
  dwc:maximumDepthInMeters "3960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23353-3'^^xsd:string;
  dwc:scientificName 'Ipnops meadi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3960'^^xsd:integer;
  dwc:maximumDepth '3960'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat. Nos. P 23353-356 4 paratypes (std. l. 50-113 mm) . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '275831'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '275831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1370'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:individualCount '43'^^xsd:integer;
  dwc:occurrenceRemarks '50 x 20 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.066601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3980"^^xsd:integer ;
  dwc:maximumDepthInMeters "3980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.066601)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.066601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-316'^^xsd:string;
  dwc:scientificName 'Abyssaster tara'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '72'^^xsd:integer;
  dwc:longitude '44.066601'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3980'^^xsd:integer;
  dwc:maximumDepth '3980'^^xsd:integer;
  dwc:individualCount '33'^^xsd:integer;
  dwc:occurrenceRemarks '1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '213254'^^xsd:integer;
  dwc:observationDate '1951-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '213254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.23333 44.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.23333"^^xsd:decimal ;
  dwc:decimalLongitude "44.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.23333 44.8666)"^^geo:wktLiteral ;
  geo-pos:lat "-4.23333"^^xsd:decimal ;
  geo-pos:long "44.8666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1703'^^xsd:string;
  dwc:scientificName 'Sergia inoa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '83'^^xsd:integer;
  dwc:longitude '44.8666'^^xsd:double;
  dwc:latitude '-4.23333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 28-32 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '377610'^^xsd:integer;
  dwc:observationDate '1951-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '377610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.23333 44.8666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.23333"^^xsd:decimal ;
  dwc:decimalLongitude "44.8666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.23333 44.8666)"^^geo:wktLiteral ;
  geo-pos:lat "-4.23333"^^xsd:decimal ;
  geo-pos:long "44.8666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1724'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '83'^^xsd:integer;
  dwc:longitude '44.8666'^^xsd:double;
  dwc:latitude '-4.23333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '2 female carapace length 14-17 mm. 2 male carapace length 12-13,5 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00031'^^xsd:string;
  dwc:scientificName 'Telodrieschia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00031) 40 x 12 mm . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332457'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '332457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-333'^^xsd:string;
  dwc:scientificName 'Styracaster elongatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123944'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '123944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3390"^^xsd:integer ;
  dwc:maximumDepthInMeters "3390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-870'^^xsd:string;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3390'^^xsd:integer;
  dwc:maximumDepth '3390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1054'^^xsd:string;
  dwc:scientificName 'Psychropotes sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '7,5 cm long and 1,5 cm broad.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '123532'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '123532'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1359'^^xsd:string;
  dwc:scientificName 'Sacculina abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_16/galathea-vol.16-pp_099-112.pdf'^^xsd:string;
  dwc:aphiaid '428797'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '428797'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3390"^^xsd:integer ;
  dwc:maximumDepthInMeters "3390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-533'^^xsd:string;
  dwc:scientificName 'Clavularia flexibilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3390'^^xsd:integer;
  dwc:maximumDepth '3390'^^xsd:integer;
  dwc:occurrenceRemarks 'Temperature 1,6 C Plusieurs echantillons fix+¬s sur des portions de grands spicules p+¿donculaires d\'Hexactinellides. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_043-058.pdf'^^xsd:string;
  dwc:aphiaid '428614'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '428614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-266'^^xsd:string;
  dwc:scientificName 'Colossendeis angusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '22 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134659'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '134659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-280'^^xsd:string;
  dwc:scientificName 'Colossendeis macerrima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '19, 22 et 27 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134666'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '134666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-273'^^xsd:string;
  dwc:scientificName 'Colossendeis megalonyx'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '173198'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '173198'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3390"^^xsd:integer ;
  dwc:maximumDepthInMeters "3390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-982'^^xsd:string;
  dwc:scientificName 'Deima validum validum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3390'^^xsd:integer;
  dwc:maximumDepth '3390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '125223'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '125223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3390"^^xsd:integer ;
  dwc:maximumDepthInMeters "3390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-35'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3390'^^xsd:integer;
  dwc:maximumDepth '3390'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-346'^^xsd:string;
  dwc:scientificName 'Eremicaster crassus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '64'^^xsd:integer;
  dwc:occurrenceRemarks '1,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '178726'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '178726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1238'^^xsd:string;
  dwc:scientificName 'Bathypathes patula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,6 C + fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '103323'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '103323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3390"^^xsd:integer ;
  dwc:maximumDepthInMeters "3390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1011'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3390'^^xsd:integer;
  dwc:maximumDepth '3390'^^xsd:integer;
  dwc:individualCount '24'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1097'^^xsd:string;
  dwc:scientificName 'Bathypterois grallator'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '126343'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '126343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3390"^^xsd:integer ;
  dwc:maximumDepthInMeters "3390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-975'^^xsd:string;
  dwc:scientificName 'Guivillea alabastrina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3390'^^xsd:integer;
  dwc:maximumDepth '3390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_127-132.pdf'^^xsd:string;
  dwc:aphiaid '197188'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '759248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1329'^^xsd:string;
  dwc:scientificName 'Himantozoum inflatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428668'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '1026025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3390"^^xsd:integer ;
  dwc:maximumDepthInMeters "3390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-635'^^xsd:string;
  dwc:scientificName 'Ipnops sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3390'^^xsd:integer;
  dwc:maximumDepth '3390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,6 C Cat No P 23367 Std. l. 111 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '158865'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '158865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1367'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '34 setigers: 40 x 15 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3485"^^xsd:integer ;
  dwc:maximumDepthInMeters "3485"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11282'^^xsd:string;
  dwc:scientificName 'Munidopsis antonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3485'^^xsd:integer;
  dwc:maximumDepth '3485'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11282 47,0 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107171'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '107171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3485"^^xsd:integer ;
  dwc:maximumDepthInMeters "3485"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11277'^^xsd:string;
  dwc:scientificName 'Munidopsis centrina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3485'^^xsd:integer;
  dwc:maximumDepth '3485'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11277 13,4 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392497'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '392497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3485"^^xsd:integer ;
  dwc:maximumDepthInMeters "3485"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11275'^^xsd:string;
  dwc:scientificName 'Munidopsis granosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3485'^^xsd:integer;
  dwc:maximumDepth '3485'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11275 3 male (16,0-20,0 mm) 2 female (15,6, 17,8 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392733'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '392529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3485"^^xsd:integer ;
  dwc:maximumDepthInMeters "3485"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11276'^^xsd:string;
  dwc:scientificName 'Munidopsis pycnopoda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3485'^^xsd:integer;
  dwc:maximumDepth '3485'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, ZMUC CRU-11276 1 male (10,5 mm) 1 ov. female (holotype, 13,2 mm) 1 female (19,3+ mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392589'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '392589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1686'^^xsd:string;
  dwc:scientificName 'Melinnopsis sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129170'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '129170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-991'^^xsd:string;
  dwc:scientificName 'Oneirophanta mutabilis mutabilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428876'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '428876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3530"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-315'^^xsd:string;
  dwc:scientificName 'Abyssaster tara'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '45.150002'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3530'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '213254'^^xsd:integer;
  dwc:observationDate '1951-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '213254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.3 45.299999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.3"^^xsd:decimal ;
  dwc:decimalLongitude "45.299999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.3 45.299999)"^^geo:wktLiteral ;
  geo-pos:lat "-2.3"^^xsd:decimal ;
  geo-pos:long "45.299999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '0000'^^xsd:gYear;
  dwc:scientificName 'Bathylaco nigricans'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '71'^^xsd:integer;
  dwc:longitude '45.299999'^^xsd:double;
  dwc:latitude '-2.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC  P 1781 std. l. 340 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_221-238.pdf'^^xsd:string;
  dwc:aphiaid '126688'^^xsd:integer;
  dwc:observationDate '1951-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '126688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-327'^^xsd:string;
  dwc:scientificName 'Styracaster horridus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,4 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123945'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '123945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-915'^^xsd:string;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1034'^^xsd:string;
  dwc:scientificName 'Psychropotes semperiana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124779'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '124779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4930"^^xsd:integer ;
  dwc:maximumDepthInMeters "4930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1031'^^xsd:string;
  dwc:scientificName 'Psychropotes belyaevi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4930'^^xsd:integer;
  dwc:maximumDepth '4930'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428781'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '428781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1033'^^xsd:string;
  dwc:scientificName 'Psychropotes belyaevi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428781'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '428781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1048'^^xsd:string;
  dwc:scientificName 'Psychropotes longicauda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124778'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '124778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-952'^^xsd:string;
  dwc:scientificName 'Stannoma dendroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380586'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '380586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-955'^^xsd:string;
  dwc:scientificName 'Stannophyllum globigerinum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380591'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '380591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-960'^^xsd:string;
  dwc:scientificName 'Stannophyllum indistinctum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380593'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '380593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-965'^^xsd:string;
  dwc:scientificName 'Stannophyllum mollum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380595'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '380595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-984'^^xsd:string;
  dwc:scientificName 'Deima validum validum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '125223'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '125223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-938'^^xsd:string;
  dwc:scientificName 'Galatheavalva holothuriae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C One large specimen was sectioned. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428649'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '428649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P771213'^^xsd:string;
  dwc:scientificName 'Bassozetus elongatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P771213 SL 410 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '272788'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '272788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 771175'^^xsd:string;
  dwc:scientificName 'Bassozetus levistomatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P 771175 SL 233 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '272790'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '272790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23339'^^xsd:string;
  dwc:scientificName 'Bathymicrops brevianalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Paratype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat No P 23339, Paratype Bottom temp. 1,3 C std. l. 114 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '272067'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '272067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-950'^^xsd:string;
  dwc:scientificName 'Cerelasma massa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'and several fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '137321'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137321'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-29'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1369'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '34 setigers: 60 x 15 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.316601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4810"^^xsd:integer ;
  dwc:maximumDepthInMeters "4810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.316601)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.316601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-891'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '70'^^xsd:integer;
  dwc:longitude '46.316601'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4810'^^xsd:integer;
  dwc:maximumDepth '4810'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:observationDate '1951-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.6833 46.666599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.6833"^^xsd:decimal ;
  dwc:decimalLongitude "46.666599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.6833 46.666599)"^^geo:wktLiteral ;
  geo-pos:lat "-13.6833"^^xsd:decimal ;
  geo-pos:long "46.666599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-368'^^xsd:string;
  dwc:scientificName 'Cyphocaris faurei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:julianDay '59'^^xsd:integer;
  dwc:longitude '46.666599'^^xsd:double;
  dwc:latitude '-13.6833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '28 and 27 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '214723'^^xsd:integer;
  dwc:observationDate '1951-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '214723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-14'^^xsd:string;
  dwc:scientificName 'Styela sericata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253980'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '250367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-331'^^xsd:string;
  dwc:scientificName 'Styracaster caroli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '213257'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '213257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-326'^^xsd:string;
  dwc:scientificName 'Styracaster horridus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123945'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '123945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 77455'^^xsd:string;
  dwc:scientificName 'Nybelinia erikssoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P 77455 Std. l. 70 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_007-090.pdf'^^xsd:string;
  dwc:aphiaid '428738'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1055'^^xsd:string;
  dwc:scientificName 'Peniagone convexa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '428760'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '529654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-817'^^xsd:string;
  dwc:scientificName 'Portlandia abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428774'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '506494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-871'^^xsd:string;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1041'^^xsd:string;
  dwc:scientificName 'Psychropotes verrucosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '242034'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '242034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00041'^^xsd:string;
  dwc:scientificName 'Rullierinereis abyssalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00041) 8 x 0,5 mm (complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '331531'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '331531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1028'^^xsd:string;
  dwc:scientificName 'Psycheotrephes magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '414293'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '414293'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1032'^^xsd:string;
  dwc:scientificName 'Psychropotes belyaevi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428781'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '428781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1047'^^xsd:string;
  dwc:scientificName 'Psychropotes longicauda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124778'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '124778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-964'^^xsd:string;
  dwc:scientificName 'Stannophyllum mollum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380595'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '380595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-51'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:individualCount '110'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-890'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-759'^^xsd:string;
  dwc:scientificName 'Agnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_091-098.pdf'^^xsd:string;
  dwc:aphiaid '251768'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-587'^^xsd:string;
  dwc:scientificName 'Cyliconema madagascarense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '190774'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '171462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-983'^^xsd:string;
  dwc:scientificName 'Deima validum validum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '125223'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '125223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1286'^^xsd:string;
  dwc:scientificName 'Columnella magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183072'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '183072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-36'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:occurrenceRemarks 'many . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-764'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_091-098.pdf'^^xsd:string;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-937'^^xsd:string;
  dwc:scientificName 'Galatheavalva holothuriae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428649'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '428649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-949'^^xsd:string;
  dwc:scientificName 'Cerelasma massa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'and numerous fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '137321'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137321'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-117'^^xsd:string;
  dwc:scientificName 'Cetomimus bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype: 86.7 mm. in standard lenght . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_255-260.pdf'^^xsd:string;
  dwc:aphiaid '428606'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-28'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-557'^^xsd:string;
  dwc:scientificName 'Chondrocladia clavata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168212'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '168212'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1324'^^xsd:string;
  dwc:scientificName 'Himantozoum sinuosum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428671'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '1026032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-307'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,4 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23347-3'^^xsd:string;
  dwc:scientificName 'Ipnops meadi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat. Nos. P 23347-351 Std. l. 70-113 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '275831'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '275831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4820"^^xsd:integer ;
  dwc:maximumDepthInMeters "4820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-919'^^xsd:string;
  dwc:scientificName 'Laevicordia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4820'^^xsd:integer;
  dwc:maximumDepth '4820'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '406007'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '505160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-586'^^xsd:string;
  dwc:scientificName 'Leptonema choaniferum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '192145'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '171494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-743'^^xsd:string;
  dwc:scientificName 'Leptognathia paraforcifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,3 C 2 adult females (one with emptied marsupium), 1 subadult male. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '428705'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '244589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "47.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 47.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "47.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1632'^^xsd:string;
  dwc:scientificName 'Ophelina breviata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '69'^^xsd:integer;
  dwc:longitude '47.150002'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4800'^^xsd:integer;
  dwc:maximumDepth '4800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C 56 x 5 mm (somewhat damaged). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130502'^^xsd:integer;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '130502'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4730"^^xsd:integer ;
  dwc:maximumDepthInMeters "4730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-13'^^xsd:string;
  dwc:scientificName 'Styela sericata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '68'^^xsd:integer;
  dwc:longitude '48.400002'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4730'^^xsd:integer;
  dwc:maximumDepth '4730'^^xsd:integer;
  dwc:occurrenceRemarks 'several . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253980'^^xsd:integer;
  dwc:observationDate '1951-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '250367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4730"^^xsd:integer ;
  dwc:maximumDepthInMeters "4730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-914'^^xsd:string;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '68'^^xsd:integer;
  dwc:longitude '48.400002'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4730'^^xsd:integer;
  dwc:maximumDepth '4730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,4 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:observationDate '1951-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4730"^^xsd:integer ;
  dwc:maximumDepthInMeters "4730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-943'^^xsd:string;
  dwc:scientificName 'Psammetta arenocentrum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '68'^^xsd:integer;
  dwc:longitude '48.400002'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4730'^^xsd:integer;
  dwc:maximumDepth '4730'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'The holotype is the largest of the two, but presumed, however, to be juvenile . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380565'^^xsd:integer;
  dwc:observationDate '1951-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '380565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4730"^^xsd:integer ;
  dwc:maximumDepthInMeters "4730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-963'^^xsd:string;
  dwc:scientificName 'Stannophyllum mollum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '68'^^xsd:integer;
  dwc:longitude '48.400002'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4730'^^xsd:integer;
  dwc:maximumDepth '4730'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380595'^^xsd:integer;
  dwc:observationDate '1951-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '380595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4730"^^xsd:integer ;
  dwc:maximumDepthInMeters "4730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-556'^^xsd:string;
  dwc:scientificName 'Cladorhiza nematophora'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '68'^^xsd:integer;
  dwc:longitude '48.400002'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4730'^^xsd:integer;
  dwc:maximumDepth '4730'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168242'^^xsd:integer;
  dwc:observationDate '1951-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '168242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4730"^^xsd:integer ;
  dwc:maximumDepthInMeters "4730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1289'^^xsd:string;
  dwc:scientificName 'Columnella delicatissima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '68'^^xsd:integer;
  dwc:longitude '48.400002'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4730'^^xsd:integer;
  dwc:maximumDepth '4730'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183071'^^xsd:integer;
  dwc:observationDate '1951-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '183071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4730"^^xsd:integer ;
  dwc:maximumDepthInMeters "4730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1294'^^xsd:string;
  dwc:scientificName 'Columnella graminea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '68'^^xsd:integer;
  dwc:longitude '48.400002'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4730'^^xsd:integer;
  dwc:maximumDepth '4730'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428619'^^xsd:integer;
  dwc:observationDate '1951-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '428619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4730"^^xsd:integer ;
  dwc:maximumDepthInMeters "4730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1285'^^xsd:string;
  dwc:scientificName 'Columnella magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '68'^^xsd:integer;
  dwc:longitude '48.400002'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4730'^^xsd:integer;
  dwc:maximumDepth '4730'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183072'^^xsd:integer;
  dwc:observationDate '1951-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '183072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4730"^^xsd:integer ;
  dwc:maximumDepthInMeters "4730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1368'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '68'^^xsd:integer;
  dwc:longitude '48.400002'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4730'^^xsd:integer;
  dwc:maximumDepth '4730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '34 setigers: 55 x 20 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1951-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4730"^^xsd:integer ;
  dwc:maximumDepthInMeters "4730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-924'^^xsd:string;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '68'^^xsd:integer;
  dwc:longitude '48.400002'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4730'^^xsd:integer;
  dwc:maximumDepth '4730'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,4 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:observationDate '1951-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4730"^^xsd:integer ;
  dwc:maximumDepthInMeters "4730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.400002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1350'^^xsd:string;
  dwc:scientificName 'Fecampia abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '68'^^xsd:integer;
  dwc:longitude '48.400002'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4730'^^xsd:integer;
  dwc:maximumDepth '4730'^^xsd:integer;
  dwc:occurrenceRemarks 'One cocoon. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_069-078.pdf'^^xsd:string;
  dwc:aphiaid '142962'^^xsd:integer;
  dwc:observationDate '1951-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '142962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7166 49.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7166"^^xsd:decimal ;
  dwc:decimalLongitude "49.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7166 49.150002)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7166"^^xsd:decimal ;
  geo-pos:long "49.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-118'^^xsd:string;
  dwc:scientificName 'Barbourisia rufa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '49.150002'^^xsd:double;
  dwc:latitude '-11.7166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'One 211 mm. in standard length triangular pelagic trawl, est. fishing depth 450-700 m.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_255-260.pdf'^^xsd:string;
  dwc:aphiaid '159425'^^xsd:integer;
  dwc:observationDate '1951-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '159425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.05"^^xsd:decimal ;
  dwc:decimalLongitude "49.3666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4960"^^xsd:integer ;
  dwc:maximumDepthInMeters "4960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  geo-pos:lat "-9.05"^^xsd:decimal ;
  geo-pos:long "49.3666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-951'^^xsd:string;
  dwc:scientificName 'Stannoma dendroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '67'^^xsd:integer;
  dwc:longitude '49.3666'^^xsd:double;
  dwc:latitude '-9.05'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4960'^^xsd:integer;
  dwc:maximumDepth '4960'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380586'^^xsd:integer;
  dwc:observationDate '1951-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '380586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.05"^^xsd:decimal ;
  dwc:decimalLongitude "49.3666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4960"^^xsd:integer ;
  dwc:maximumDepthInMeters "4960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  geo-pos:lat "-9.05"^^xsd:decimal ;
  geo-pos:long "49.3666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-959'^^xsd:string;
  dwc:scientificName 'Stannophyllum indistinctum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '67'^^xsd:integer;
  dwc:longitude '49.3666'^^xsd:double;
  dwc:latitude '-9.05'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4960'^^xsd:integer;
  dwc:maximumDepth '4960'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype measures 4 x about 2,5 cm and has a proximal prolongation of 3,5 cm. About 10 specimens or fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380593'^^xsd:integer;
  dwc:observationDate '1951-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '380593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.05"^^xsd:decimal ;
  dwc:decimalLongitude "49.3666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4960"^^xsd:integer ;
  dwc:maximumDepthInMeters "4960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  geo-pos:lat "-9.05"^^xsd:decimal ;
  geo-pos:long "49.3666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-318'^^xsd:string;
  dwc:scientificName 'Thoracaster cylindratus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '67'^^xsd:integer;
  dwc:longitude '49.3666'^^xsd:double;
  dwc:latitude '-9.05'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4960'^^xsd:integer;
  dwc:maximumDepth '4960'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123947'^^xsd:integer;
  dwc:observationDate '1951-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '123947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.05"^^xsd:decimal ;
  dwc:decimalLongitude "49.3666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4930"^^xsd:integer ;
  dwc:maximumDepthInMeters "4930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  geo-pos:lat "-9.05"^^xsd:decimal ;
  geo-pos:long "49.3666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1079'^^xsd:string;
  dwc:scientificName 'Ellipinion solidum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '67'^^xsd:integer;
  dwc:longitude '49.3666'^^xsd:double;
  dwc:latitude '-9.05'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4930'^^xsd:integer;
  dwc:maximumDepth '4930'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '428637'^^xsd:integer;
  dwc:observationDate '1951-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '428637'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.05"^^xsd:decimal ;
  dwc:decimalLongitude "49.3666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4960"^^xsd:integer ;
  dwc:maximumDepthInMeters "4960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  geo-pos:lat "-9.05"^^xsd:decimal ;
  geo-pos:long "49.3666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P771219'^^xsd:string;
  dwc:scientificName 'Bassozetus galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '67'^^xsd:integer;
  dwc:longitude '49.3666'^^xsd:double;
  dwc:latitude '-9.05'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4960'^^xsd:integer;
  dwc:maximumDepth '4960'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P771219 SL  232 mm Tentatively referred specimen.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '272789'^^xsd:integer;
  dwc:observationDate '1951-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '272789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.05"^^xsd:decimal ;
  dwc:decimalLongitude "49.3666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4930"^^xsd:integer ;
  dwc:maximumDepthInMeters "4930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  geo-pos:lat "-9.05"^^xsd:decimal ;
  geo-pos:long "49.3666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-467'^^xsd:string;
  dwc:scientificName 'Bathyceradocus stephenseni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '67'^^xsd:integer;
  dwc:longitude '49.3666'^^xsd:double;
  dwc:latitude '-9.05'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4930'^^xsd:integer;
  dwc:maximumDepth '4930'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '14 mm., white in life.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428591'^^xsd:integer;
  dwc:observationDate '1951-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '428591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.05"^^xsd:decimal ;
  dwc:decimalLongitude "49.3666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4930"^^xsd:integer ;
  dwc:maximumDepthInMeters "4930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  geo-pos:lat "-9.05"^^xsd:decimal ;
  geo-pos:long "49.3666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1239'^^xsd:string;
  dwc:scientificName 'Bathypathes patula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '67'^^xsd:integer;
  dwc:longitude '49.3666'^^xsd:double;
  dwc:latitude '-9.05'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4930'^^xsd:integer;
  dwc:maximumDepth '4930'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '103323'^^xsd:integer;
  dwc:observationDate '1951-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '103323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.05"^^xsd:decimal ;
  dwc:decimalLongitude "49.3666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4930"^^xsd:integer ;
  dwc:maximumDepthInMeters "4930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.05 49.3666)"^^geo:wktLiteral ;
  geo-pos:lat "-9.05"^^xsd:decimal ;
  geo-pos:long "49.3666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-704'^^xsd:string;
  dwc:scientificName 'Choanostomellia bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '67'^^xsd:integer;
  dwc:longitude '49.3666'^^xsd:double;
  dwc:latitude '-9.05'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4930'^^xsd:integer;
  dwc:maximumDepth '4930'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '183059'^^xsd:integer;
  dwc:observationDate '1951-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '183059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.86666"^^xsd:decimal ;
  dwc:decimalLongitude "49.416599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  geo-pos:lat "-8.86666"^^xsd:decimal ;
  geo-pos:long "49.416599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1030'^^xsd:string;
  dwc:scientificName 'Psychropotes belyaevi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '66'^^xsd:integer;
  dwc:longitude '49.416599'^^xsd:double;
  dwc:latitude '-8.86666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428781'^^xsd:integer;
  dwc:observationDate '1951-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '428781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.86666"^^xsd:decimal ;
  dwc:decimalLongitude "49.416599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  geo-pos:lat "-8.86666"^^xsd:decimal ;
  geo-pos:long "49.416599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-673'^^xsd:string;
  dwc:scientificName 'Sertularia marginata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '66'^^xsd:integer;
  dwc:longitude '49.416599'^^xsd:double;
  dwc:latitude '-8.86666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:occurrenceRemarks 'A large number of unbranched, 5 mm. high stems, rising from ahyfrorhiza covering a root-like vegetable fragment. No hydranths and no gonothecae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117918'^^xsd:integer;
  dwc:observationDate '1951-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '418905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.86666"^^xsd:decimal ;
  dwc:decimalLongitude "49.416599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  geo-pos:lat "-8.86666"^^xsd:decimal ;
  geo-pos:long "49.416599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-962'^^xsd:string;
  dwc:scientificName 'Stannophyllum mollum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '66'^^xsd:integer;
  dwc:longitude '49.416599'^^xsd:double;
  dwc:latitude '-8.86666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'The holotype measures 84 x 68 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380595'^^xsd:integer;
  dwc:observationDate '1951-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '380595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.86666"^^xsd:decimal ;
  dwc:decimalLongitude "49.416599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  geo-pos:lat "-8.86666"^^xsd:decimal ;
  geo-pos:long "49.416599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-961'^^xsd:string;
  dwc:scientificName 'Stannophyllum reticulatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '66'^^xsd:integer;
  dwc:longitude '49.416599'^^xsd:double;
  dwc:latitude '-8.86666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_007-100.pdf'^^xsd:string;
  dwc:aphiaid '380598'^^xsd:integer;
  dwc:observationDate '1951-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '380598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.86666"^^xsd:decimal ;
  dwc:decimalLongitude "49.416599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  geo-pos:lat "-8.86666"^^xsd:decimal ;
  geo-pos:long "49.416599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1078'^^xsd:string;
  dwc:scientificName 'Ellipinion solidum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '66'^^xsd:integer;
  dwc:longitude '49.416599'^^xsd:double;
  dwc:latitude '-8.86666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '428637'^^xsd:integer;
  dwc:observationDate '1951-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '428637'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.86666"^^xsd:decimal ;
  dwc:decimalLongitude "49.416599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  geo-pos:lat "-8.86666"^^xsd:decimal ;
  geo-pos:long "49.416599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-695'^^xsd:string;
  dwc:scientificName 'Cladocarpus millardae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '66'^^xsd:integer;
  dwc:longitude '49.416599'^^xsd:double;
  dwc:latitude '-8.86666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:occurrenceRemarks 'Five colonies of 3 to 5 cm height, the largest with phylactocarp and gonothecae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '284090'^^xsd:integer;
  dwc:observationDate '1951-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '284090'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.86666"^^xsd:decimal ;
  dwc:decimalLongitude "49.416599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  geo-pos:lat "-8.86666"^^xsd:decimal ;
  geo-pos:long "49.416599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-767'^^xsd:string;
  dwc:scientificName 'Hexacrobylus indicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '66'^^xsd:integer;
  dwc:longitude '49.416599'^^xsd:double;
  dwc:latitude '-8.86666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_091-098.pdf'^^xsd:string;
  dwc:aphiaid '183201'^^xsd:integer;
  dwc:observationDate '1951-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '249962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.86666"^^xsd:decimal ;
  dwc:decimalLongitude "49.416599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5020"^^xsd:integer ;
  dwc:maximumDepthInMeters "5020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86666 49.416599)"^^geo:wktLiteral ;
  geo-pos:lat "-8.86666"^^xsd:decimal ;
  geo-pos:long "49.416599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-923'^^xsd:string;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '66'^^xsd:integer;
  dwc:longitude '49.416599'^^xsd:double;
  dwc:latitude '-8.86666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5020'^^xsd:integer;
  dwc:maximumDepth '5020'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:observationDate '1951-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4320"^^xsd:integer ;
  dwc:maximumDepthInMeters "4320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-103'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4320'^^xsd:integer;
  dwc:maximumDepth '4320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'fragments of a young adult, ? sex spec. no 107. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4330"^^xsd:integer ;
  dwc:maximumDepthInMeters "4330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-258'^^xsd:string;
  dwc:scientificName 'Nymphon femorale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4330'^^xsd:integer;
  dwc:maximumDepth '4330'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'mutil+¬. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_159-166.pdf'^^xsd:string;
  dwc:aphiaid '239647'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '239647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4320"^^xsd:integer ;
  dwc:maximumDepthInMeters "4320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-410'^^xsd:string;
  dwc:scientificName 'Parandania boecki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4320'^^xsd:integer;
  dwc:maximumDepth '4320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '14 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '214747'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '214747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4320"^^xsd:integer ;
  dwc:maximumDepthInMeters "4320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-916'^^xsd:string;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4320'^^xsd:integer;
  dwc:maximumDepth '4320'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4320"^^xsd:integer ;
  dwc:maximumDepthInMeters "4320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-872'^^xsd:string;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4320'^^xsd:integer;
  dwc:maximumDepth '4320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4330"^^xsd:integer ;
  dwc:maximumDepthInMeters "4330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-52'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4330'^^xsd:integer;
  dwc:maximumDepth '4330'^^xsd:integer;
  dwc:individualCount '60'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.3 C on pumice. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4330"^^xsd:integer ;
  dwc:maximumDepthInMeters "4330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1481'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4330'^^xsd:integer;
  dwc:maximumDepth '4330'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '5 x 0,5 mm (complete, juvenile?). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4320"^^xsd:integer ;
  dwc:maximumDepthInMeters "4320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-985'^^xsd:string;
  dwc:scientificName 'Deima validum validum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4320'^^xsd:integer;
  dwc:maximumDepth '4320'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '125223'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '125223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4320"^^xsd:integer ;
  dwc:maximumDepthInMeters "4320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1244'^^xsd:string;
  dwc:scientificName 'Bathypathes lyra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4320'^^xsd:integer;
  dwc:maximumDepth '4320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '103322'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '289303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4320"^^xsd:integer ;
  dwc:maximumDepthInMeters "4320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23342'^^xsd:string;
  dwc:scientificName 'Ipnops meadi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4320'^^xsd:integer;
  dwc:maximumDepth '4320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat. No P 23342 Std. l. 92 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '275831'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '275831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4320"^^xsd:integer ;
  dwc:maximumDepthInMeters "4320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-636'^^xsd:string;
  dwc:scientificName 'Ipnops sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4320'^^xsd:integer;
  dwc:maximumDepth '4320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat No P 23341 Std. l. 92 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '158865'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '158865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4320"^^xsd:integer ;
  dwc:maximumDepthInMeters "4320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-925'^^xsd:string;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4320'^^xsd:integer;
  dwc:maximumDepth '4320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4320"^^xsd:integer ;
  dwc:maximumDepthInMeters "4320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.283302)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1035'^^xsd:string;
  dwc:scientificName 'Psychropotes semperiana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '98'^^xsd:integer;
  dwc:longitude '76.283302'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4320'^^xsd:integer;
  dwc:maximumDepth '4320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124779'^^xsd:integer;
  dwc:observationDate '1951-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '124779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-740'^^xsd:string;
  dwc:scientificName 'Typhlotanais peculiaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp c. 1,3 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '428829'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '237601'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-16'^^xsd:string;
  dwc:scientificName 'Styela sericata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'fine mud . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253980'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '250367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-339'^^xsd:string;
  dwc:scientificName 'Styracaster armatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123941'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '123941'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-9'^^xsd:string;
  dwc:scientificName 'Polycarpa albatrossi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'fine mud . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '250995'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '250995'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-917'^^xsd:string;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-873'^^xsd:string;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-53'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-320'^^xsd:string;
  dwc:scientificName 'Thoracaster cylindratus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123947'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '123947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-560'^^xsd:string;
  dwc:scientificName 'Chondrocladia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168215'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '168215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-561'^^xsd:string;
  dwc:scientificName 'Chondrocladia gracilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168217'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '168217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-45'^^xsd:string;
  dwc:scientificName 'Hexacrobylus indicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'fine mud . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '183201'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '249962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-309'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-904'^^xsd:string;
  dwc:scientificName 'Kelliella indica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428684'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '464358'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.083298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.083298)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.083298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-926'^^xsd:string;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '99'^^xsd:integer;
  dwc:longitude '77.083298'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:observationDate '1951-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1473'^^xsd:string;
  dwc:scientificName 'Websterinereis glauca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 2 mm (anterior end), 16 x 1 mm (complete specimen). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130426'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '130426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-334'^^xsd:string;
  dwc:scientificName 'Styracaster elongatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123944'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '123944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-342'^^xsd:string;
  dwc:scientificName 'Porcellanaster caeruleus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '380706'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-918'^^xsd:string;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-54'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.8 C partly on living lamellibranchs. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-321'^^xsd:string;
  dwc:scientificName 'Thoracaster cylindratus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123947'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '123947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-293'^^xsd:string;
  dwc:scientificName 'Thoracostoma kreisi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '428820'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '229561'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-846'^^xsd:string;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1296'^^xsd:string;
  dwc:scientificName 'Columnella graminea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428619'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '428619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-986'^^xsd:string;
  dwc:scientificName 'Deima validum validum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '125223'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '125223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1298'^^xsd:string;
  dwc:scientificName 'Cornucopina collatata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428620'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '428620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-38'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1272'^^xsd:string;
  dwc:scientificName 'Euoplozoum cirratum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428508'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '428508'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1438'^^xsd:string;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '6 x 4 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1401'^^xsd:string;
  dwc:scientificName 'Bathyeliasona nigra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '35 x 10 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '428592'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '428592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1012'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-419'^^xsd:string;
  dwc:scientificName 'Byblis ceylonica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 15 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '423211'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '423211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1304'^^xsd:string;
  dwc:scientificName 'Camptoplites lunatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183036'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '183036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-911'^^xsd:string;
  dwc:scientificName 'Cetoconcha ceylonensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '408663'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '408663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1007'^^xsd:string;
  dwc:scientificName 'benthodytes plana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '241784'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '241784'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-562'^^xsd:string;
  dwc:scientificName 'Chondrocladia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168215'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '168215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1146'^^xsd:string;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1330'^^xsd:string;
  dwc:scientificName 'Himantozoum inflatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428668'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '1026025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1327'^^xsd:string;
  dwc:scientificName 'Himantozoum macilentum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428670'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '1026028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1326'^^xsd:string;
  dwc:scientificName 'Himantozoum sinuosum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428671'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '1026032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-310'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23357'^^xsd:string;
  dwc:scientificName 'Ipnops meadi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat. No P 23357 Std. l. 60 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '275831'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '275831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-862'^^xsd:string;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3450"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11482'^^xsd:string;
  dwc:scientificName 'Munidopsis antonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3450'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11482 11,7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107171'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '107171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3310"^^xsd:integer ;
  dwc:maximumDepthInMeters "3310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-588'^^xsd:string;
  dwc:scientificName 'Oonema ovichela'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3310'^^xsd:integer;
  dwc:maximumDepth '3310'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '192736'^^xsd:integer;
  dwc:observationDate '1951-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '171517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-17'^^xsd:string;
  dwc:scientificName 'Styela sericata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253980'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '250367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-328'^^xsd:string;
  dwc:scientificName 'Styracaster horridus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123945'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '123945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-259'^^xsd:string;
  dwc:scientificName 'Nymphon femorale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:occurrenceRemarks '6 males, 5 females, 9 juveniles. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_159-166.pdf'^^xsd:string;
  dwc:aphiaid '239647'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '239647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1439'^^xsd:string;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '45 x 5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1056'^^xsd:string;
  dwc:scientificName 'Peniagone convexa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Type specimen (Holotype) . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '428760'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '529654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1057'^^xsd:string;
  dwc:scientificName 'Peniagone rigida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '428761'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '529656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-10'^^xsd:string;
  dwc:scientificName 'Polycarpa albatrossi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'mud . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '250995'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '250995'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-343'^^xsd:string;
  dwc:scientificName 'Porcellanaster caeruleus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '380706'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-874'^^xsd:string;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '42'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,4 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-322'^^xsd:string;
  dwc:scientificName 'Thoracaster cylindratus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ca. 1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123947'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '123947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-589'^^xsd:string;
  dwc:scientificName 'Cyliconema nicobaricum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '428628'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '171466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1362'^^xsd:string;
  dwc:scientificName 'Dendrogaster beringensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:occurrenceRemarks '"Det. as cf. Ca. 1,4 C Three females endoparasitic in two specimens of porcellanasterid sea-star Hyphalaster inermis; single one with at least one male, other not brooding and not examined for males or otherwise dissected (other females and males dissec"'^^xsd:string;
  dwc:aphiaid '428633'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '428633'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-39'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:occurrenceRemarks 'mud several . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-768'^^xsd:string;
  dwc:scientificName 'Bathycuma magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 1,4 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '181831'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '181831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '0000'^^xsd:gYear;
  dwc:scientificName 'Bathylaco nigricans'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P 1782 std. l. 317 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_221-238.pdf'^^xsd:string;
  dwc:aphiaid '126688'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '126688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1013'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-46'^^xsd:string;
  dwc:scientificName 'Hexacrobylus indicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'mud . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '183201'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '249962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-311'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '32'^^xsd:integer;
  dwc:occurrenceRemarks '1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23343-34'^^xsd:string;
  dwc:scientificName 'Ipnops meadi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat. Nos P 23343-346 Std. l. 57-121 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '275831'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '275831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-863'^^xsd:string;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,4 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-736'^^xsd:string;
  dwc:scientificName 'Neotanais bacescui'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,4 C adult (with rudimentary oostegites). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '247377'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '247377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-648'^^xsd:string;
  dwc:scientificName 'Opercularella denticulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:occurrenceRemarks 'Det as. ?Opercularella many colonies of 20-25 mm heigth rising from a hydrorhiza creeping on the basal spicules of a Hexactinellid sponge. Polyps deterriorated. Empty gonothecae present.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_file'^^xsd:string;
  dwc:aphiaid '183307'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '834195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.683296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4040"^^xsd:integer ;
  dwc:maximumDepthInMeters "4040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.683296)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.683296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-317'^^xsd:string;
  dwc:scientificName 'Abyssaster tara'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '101'^^xsd:integer;
  dwc:longitude '78.683296'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4040'^^xsd:integer;
  dwc:maximumDepth '4040'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:occurrenceRemarks '1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '213254'^^xsd:integer;
  dwc:observationDate '1951-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '213254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.08333 79.6166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.08333"^^xsd:decimal ;
  dwc:decimalLongitude "79.6166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "880"^^xsd:integer ;
  dwc:maximumDepthInMeters "920"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.08333 79.6166)"^^geo:wktLiteral ;
  geo-pos:lat "7.08333"^^xsd:decimal ;
  geo-pos:long "79.6166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-272'^^xsd:string;
  dwc:scientificName 'Colossendeis michaelsarsi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '102'^^xsd:integer;
  dwc:longitude '79.6166'^^xsd:double;
  dwc:latitude '7.08333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '880'^^xsd:integer;
  dwc:maximumDepth '920'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '183070'^^xsd:integer;
  dwc:observationDate '1951-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '134660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3333 82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3230"^^xsd:integer ;
  dwc:maximumDepthInMeters "3230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3333 82)"^^geo:wktLiteral ;
  geo-pos:lat "14.3333"^^xsd:decimal ;
  geo-pos:long "82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1719'^^xsd:string;
  dwc:scientificName 'Sergia plumea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '113'^^xsd:integer;
  dwc:longitude '82'^^xsd:integer;
  dwc:latitude '14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3230'^^xsd:integer;
  dwc:maximumDepth '3230'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 17 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '377614'^^xsd:integer;
  dwc:observationDate '1951-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '1056513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3333 82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3230"^^xsd:integer ;
  dwc:maximumDepthInMeters "3230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3333 82)"^^geo:wktLiteral ;
  geo-pos:lat "14.3333"^^xsd:decimal ;
  geo-pos:long "82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1748'^^xsd:string;
  dwc:scientificName 'Sergia umitakae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '113'^^xsd:integer;
  dwc:longitude '82'^^xsd:integer;
  dwc:latitude '14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3230'^^xsd:integer;
  dwc:maximumDepth '3230'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1 female carapace length 9,5 mm. 2 male carapace length 10,5-11 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '428807'^^xsd:integer;
  dwc:observationDate '1951-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '1056496'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3333 82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3230"^^xsd:integer ;
  dwc:maximumDepthInMeters "3230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3333 82)"^^geo:wktLiteral ;
  geo-pos:lat "14.3333"^^xsd:decimal ;
  geo-pos:long "82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1746'^^xsd:string;
  dwc:scientificName 'Sergia stellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '113'^^xsd:integer;
  dwc:longitude '82'^^xsd:integer;
  dwc:latitude '14.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3230'^^xsd:integer;
  dwc:maximumDepth '3230'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'male carapace length 8 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '377616'^^xsd:integer;
  dwc:observationDate '1951-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '1056494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1039'^^xsd:string;
  dwc:scientificName 'Psychropotes mirabilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '428782'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '428782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-119'^^xsd:string;
  dwc:scientificName 'Rondeletia bicolor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '65.4 mm. S.L. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_255-260.pdf'^^xsd:string;
  dwc:aphiaid '159428'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '159428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1720'^^xsd:string;
  dwc:scientificName 'Sergia plumea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 14 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '377614'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '1056513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-816'^^xsd:string;
  dwc:scientificName 'Spinula sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '182888'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '138516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-55'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '90'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.7 C on shells and pieces of coal and slag. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-323'^^xsd:string;
  dwc:scientificName 'Thoracaster cylindratus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123947'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '123947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-826'^^xsd:string;
  dwc:scientificName 'Tindaria bengalensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428821'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '428821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-847'^^xsd:string;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '500'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P771215'^^xsd:string;
  dwc:scientificName 'Bassozetus galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P771215-16 1 male, 1 female SL 109-215 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '272789'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '272789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P771269'^^xsd:string;
  dwc:scientificName 'Bassozetus glutinosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P771269-71 1 male, 2 female SL 201-210 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '217796'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '217796'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-751'^^xsd:string;
  dwc:scientificName 'Bathylaco nigricans'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:occurrenceRemarks 'std. l. 220 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_211-220.pdf'^^xsd:string;
  dwc:aphiaid '126688'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '126688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1014'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '26'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23366'^^xsd:string;
  dwc:scientificName 'Ipnops agassizi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat. No. P 23366 std. l. 112 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '221395'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '221395'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-864'^^xsd:string;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '138'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2935"^^xsd:integer ;
  dwc:maximumDepthInMeters "2935"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11485'^^xsd:string;
  dwc:scientificName 'Munidopsis arietina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2935'^^xsd:integer;
  dwc:maximumDepth '2935'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11485 19,0 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392480'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '392480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2935"^^xsd:integer ;
  dwc:maximumDepthInMeters "2935"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11486'^^xsd:string;
  dwc:scientificName 'Munidopsis centrina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2935'^^xsd:integer;
  dwc:maximumDepth '2935'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11486 28,3 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392497'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '392497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.166599"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2935"^^xsd:integer ;
  dwc:maximumDepthInMeters "2935"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.166599 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.166599"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11483'^^xsd:string;
  dwc:scientificName 'Munidopsis granosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '114'^^xsd:integer;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2935'^^xsd:integer;
  dwc:maximumDepth '2935'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11483 ov., 20,4 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392733'^^xsd:integer;
  dwc:observationDate '1951-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '392529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.5 86.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.5"^^xsd:decimal ;
  dwc:decimalLongitude "86.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1110"^^xsd:integer ;
  dwc:maximumDepthInMeters "1110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.5 86.533302)"^^geo:wktLiteral ;
  geo-pos:lat "19.5"^^xsd:decimal ;
  geo-pos:long "86.533302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-104'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.533302'^^xsd:double;
  dwc:latitude '19.5'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1110'^^xsd:integer;
  dwc:maximumDepth '1110'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage 4 larva, ? sex spec. no 108. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.5 86.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.5"^^xsd:decimal ;
  dwc:decimalLongitude "86.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1110"^^xsd:integer ;
  dwc:maximumDepthInMeters "1110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.5 86.533302)"^^geo:wktLiteral ;
  geo-pos:lat "19.5"^^xsd:decimal ;
  geo-pos:long "86.533302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-105'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.533302'^^xsd:double;
  dwc:latitude '19.5'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1110'^^xsd:integer;
  dwc:maximumDepth '1110'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'adult ? sex spec. no 109. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.5 86.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.5"^^xsd:decimal ;
  dwc:decimalLongitude "86.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1180"^^xsd:integer ;
  dwc:maximumDepthInMeters "1180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.5 86.533302)"^^geo:wktLiteral ;
  geo-pos:lat "19.5"^^xsd:decimal ;
  geo-pos:long "86.533302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-120'^^xsd:string;
  dwc:scientificName 'Rondeletia bicolor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.533302'^^xsd:double;
  dwc:latitude '19.5'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1180'^^xsd:integer;
  dwc:maximumDepth '1180'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '84.7 mm. S.L. triangular pelagic trawl, est fishing depth 700-800 m.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_255-260.pdf'^^xsd:string;
  dwc:aphiaid '159428'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '159428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.5 86.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.5"^^xsd:decimal ;
  dwc:decimalLongitude "86.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1180"^^xsd:integer ;
  dwc:maximumDepthInMeters "1180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.5 86.533302)"^^geo:wktLiteral ;
  geo-pos:lat "19.5"^^xsd:decimal ;
  geo-pos:long "86.533302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-653'^^xsd:string;
  dwc:scientificName 'Stegopoma bathyale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.533302'^^xsd:double;
  dwc:latitude '19.5'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1180'^^xsd:integer;
  dwc:maximumDepth '1180'^^xsd:integer;
  dwc:occurrenceRemarks '"Two large colonies, one of 6 cm height and 3 cm spread (holotype) and one of 5 cm height and 2,5 cm spread (paratype). Two smaller fragments (paratypes). Holotype and 2 paratypes in the collections of ZMUC; 1 paratype in the collections of the Rijksmus"'^^xsd:string;
  dwc:aphiaid '117972'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '117972'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.700001"^^xsd:decimal ;
  dwc:decimalLongitude "86.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1210"^^xsd:integer ;
  dwc:maximumDepthInMeters "1240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  geo-pos:lat "19.700001"^^xsd:decimal ;
  geo-pos:long "86.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11484'^^xsd:string;
  dwc:scientificName 'Uroptychus alius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.800003'^^xsd:double;
  dwc:latitude '19.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1210'^^xsd:integer;
  dwc:maximumDepth '1240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ZMUC CRU-11484 12,7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_014-066.pdf'^^xsd:string;
  dwc:aphiaid '392048'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '392048'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.700001"^^xsd:decimal ;
  dwc:decimalLongitude "86.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  geo-pos:lat "19.700001"^^xsd:decimal ;
  geo-pos:long "86.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-563'^^xsd:string;
  dwc:scientificName 'Suberites bengalensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.800003'^^xsd:double;
  dwc:latitude '19.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1190'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '170839'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '170839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.700001"^^xsd:decimal ;
  dwc:decimalLongitude "86.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  geo-pos:lat "19.700001"^^xsd:decimal ;
  geo-pos:long "86.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-590'^^xsd:string;
  dwc:scientificName 'Paradisconema vosmaeri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.800003'^^xsd:double;
  dwc:latitude '19.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1190'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '1063590'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '171526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.700001"^^xsd:decimal ;
  dwc:decimalLongitude "86.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  geo-pos:lat "19.700001"^^xsd:decimal ;
  geo-pos:long "86.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1447'^^xsd:string;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.800003'^^xsd:double;
  dwc:latitude '19.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '110 x 5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.700001"^^xsd:decimal ;
  dwc:decimalLongitude "86.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  geo-pos:lat "19.700001"^^xsd:decimal ;
  geo-pos:long "86.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-907'^^xsd:string;
  dwc:scientificName 'Amphicteis posterobranchiata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.800003'^^xsd:double;
  dwc:latitude '19.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1190'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC-POL-907 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '326340'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '326340'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.700001"^^xsd:decimal ;
  dwc:decimalLongitude "86.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  geo-pos:lat "19.700001"^^xsd:decimal ;
  geo-pos:long "86.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1526'^^xsd:string;
  dwc:scientificName 'Kinbergonuphis investigatoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.800003'^^xsd:double;
  dwc:latitude '19.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '55 x 6 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333699'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '333699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.700001"^^xsd:decimal ;
  dwc:decimalLongitude "86.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  geo-pos:lat "19.700001"^^xsd:decimal ;
  geo-pos:long "86.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1561'^^xsd:string;
  dwc:scientificName 'Lumbrineris coccinea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.800003'^^xsd:double;
  dwc:latitude '19.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '19 x 1 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130242'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '130242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.700001"^^xsd:decimal ;
  dwc:decimalLongitude "86.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1210"^^xsd:integer ;
  dwc:maximumDepthInMeters "1240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  geo-pos:lat "19.700001"^^xsd:decimal ;
  geo-pos:long "86.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11494'^^xsd:string;
  dwc:scientificName 'Munidopsis dasypus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.800003'^^xsd:double;
  dwc:latitude '19.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1210'^^xsd:integer;
  dwc:maximumDepth '1240'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11494 2 male (26,7, 29,4 mm) 1 ov. female (31,4 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '246531'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '246531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.700001"^^xsd:decimal ;
  dwc:decimalLongitude "86.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  geo-pos:lat "19.700001"^^xsd:decimal ;
  geo-pos:long "86.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1412'^^xsd:string;
  dwc:scientificName 'Panthalis mutilata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.800003'^^xsd:double;
  dwc:latitude '19.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1190'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '50 x 8, 40 x 9, 28 x 9 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '334335'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '334335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.700001"^^xsd:decimal ;
  dwc:decimalLongitude "86.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.700001 86.800003)"^^geo:wktLiteral ;
  geo-pos:lat "19.700001"^^xsd:decimal ;
  geo-pos:long "86.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1414'^^xsd:string;
  dwc:scientificName 'Panthalis novaezelandiae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '115'^^xsd:integer;
  dwc:longitude '86.800003'^^xsd:double;
  dwc:latitude '19.700001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1190'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'both 30 x 9 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '330259'^^xsd:integer;
  dwc:observationDate '1951-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '330259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.816601 88.666603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.816601"^^xsd:decimal ;
  dwc:decimalLongitude "88.666603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "445"^^xsd:integer ;
  dwc:maximumDepthInMeters "445"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.816601 88.666603)"^^geo:wktLiteral ;
  geo-pos:lat "20.816601"^^xsd:decimal ;
  geo-pos:long "88.666603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1207'^^xsd:string;
  dwc:scientificName 'Phascolosoma pelmum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '122'^^xsd:integer;
  dwc:longitude '88.666603'^^xsd:double;
  dwc:latitude '20.816601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '445'^^xsd:integer;
  dwc:maximumDepth '445'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424955'^^xsd:integer;
  dwc:observationDate '1951-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '136075'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.816601 88.666603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.816601"^^xsd:decimal ;
  dwc:decimalLongitude "88.666603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "445"^^xsd:integer ;
  dwc:maximumDepthInMeters "445"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.816601 88.666603)"^^geo:wktLiteral ;
  geo-pos:lat "20.816601"^^xsd:decimal ;
  geo-pos:long "88.666603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-852'^^xsd:string;
  dwc:scientificName 'Therochaeta antoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '122'^^xsd:integer;
  dwc:longitude '88.666603'^^xsd:double;
  dwc:latitude '20.816601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '445'^^xsd:integer;
  dwc:maximumDepth '445'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-852) 23 x 3 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '332579'^^xsd:integer;
  dwc:observationDate '1951-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '991541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.816601 88.666603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.816601"^^xsd:decimal ;
  dwc:decimalLongitude "88.666603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "445"^^xsd:integer ;
  dwc:maximumDepthInMeters "445"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.816601 88.666603)"^^geo:wktLiteral ;
  geo-pos:lat "20.816601"^^xsd:decimal ;
  geo-pos:long "88.666603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1669'^^xsd:string;
  dwc:scientificName 'Amphicteis malayensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '122'^^xsd:integer;
  dwc:longitude '88.666603'^^xsd:double;
  dwc:latitude '20.816601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '445'^^xsd:integer;
  dwc:maximumDepth '445'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '335361'^^xsd:integer;
  dwc:observationDate '1951-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '428579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.816601 88.666603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.816601"^^xsd:decimal ;
  dwc:decimalLongitude "88.666603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "445"^^xsd:integer ;
  dwc:maximumDepthInMeters "445"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.816601 88.666603)"^^geo:wktLiteral ;
  geo-pos:lat "20.816601"^^xsd:decimal ;
  geo-pos:long "88.666603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1673'^^xsd:string;
  dwc:scientificName 'Eclysippe sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '122'^^xsd:integer;
  dwc:longitude '88.666603'^^xsd:double;
  dwc:latitude '20.816601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '445'^^xsd:integer;
  dwc:maximumDepth '445'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen incomplete. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129161'^^xsd:integer;
  dwc:observationDate '1951-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '129161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-106'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Adult spec. no 110. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-332'^^xsd:string;
  dwc:scientificName 'Styracaster caroli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '213257'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '213257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1361'^^xsd:string;
  dwc:scientificName 'Pirusaccus socialis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '53'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_16/galathea-vol.16-pp_099-112.pdf'^^xsd:string;
  dwc:aphiaid '293303'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '293303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-56'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-324'^^xsd:string;
  dwc:scientificName 'Thoracaster cylindratus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:occurrenceRemarks '1,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123947'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '123947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-848'^^xsd:string;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,9 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-184'^^xsd:string;
  dwc:scientificName 'Galatheathuria aspera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_055-060.pdf'^^xsd:string;
  dwc:aphiaid '428648'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '428648'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P771272'^^xsd:string;
  dwc:scientificName 'Bassozetus glutinosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P771272-74 1 male, 2 female SL 193-240 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '217796'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '217796'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1015'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23360-36'^^xsd:string;
  dwc:scientificName 'Ipnops agassizi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat. No. P 23360-364 std. l. 90-103 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '221395'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '221395'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1356'^^xsd:string;
  dwc:scientificName 'Lernaeodiscus triangularis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_16/galathea-vol.16-pp_099-112.pdf'^^xsd:string;
  dwc:aphiaid '428707'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '428707'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2610"^^xsd:integer ;
  dwc:maximumDepthInMeters "2610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11489'^^xsd:string;
  dwc:scientificName 'Munidopsis centrina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2610'^^xsd:integer;
  dwc:maximumDepth '2610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11489 carapace broken. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392497'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '392497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2610"^^xsd:integer ;
  dwc:maximumDepthInMeters "2610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11490'^^xsd:string;
  dwc:scientificName 'Munidopsis edwardsii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2610'^^xsd:integer;
  dwc:maximumDepth '2610'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11490 2 male (22,5, 24,0 mm) 1 female (26,9 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392732'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '392517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2610"^^xsd:integer ;
  dwc:maximumDepthInMeters "2610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11491'^^xsd:string;
  dwc:scientificName 'Munidopsis granosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2610'^^xsd:integer;
  dwc:maximumDepth '2610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11491 23,6 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392733'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '392529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2610"^^xsd:integer ;
  dwc:maximumDepthInMeters "2610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11487'^^xsd:string;
  dwc:scientificName 'Munidopsis pallida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2610'^^xsd:integer;
  dwc:maximumDepth '2610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11487 ov., 46,8 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392573'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '392573'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2610"^^xsd:integer ;
  dwc:maximumDepthInMeters "2610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.283302)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11488'^^xsd:string;
  dwc:scientificName 'Munidopsis rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '123'^^xsd:integer;
  dwc:longitude '90.283302'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2610'^^xsd:integer;
  dwc:maximumDepth '2610'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11488 9 male (16,5-24,3 mm) 2 ov. female (20,8-23,4 mm) 3 female (13,8-15,7 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107180'^^xsd:integer;
  dwc:observationDate '1951-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '392211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7166 91.283302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7166"^^xsd:decimal ;
  dwc:decimalLongitude "91.283302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3170"^^xsd:integer ;
  dwc:maximumDepthInMeters "3170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7166 91.283302)"^^geo:wktLiteral ;
  geo-pos:lat "12.7166"^^xsd:decimal ;
  geo-pos:long "91.283302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1747'^^xsd:string;
  dwc:scientificName 'Sergia stellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '124'^^xsd:integer;
  dwc:longitude '91.283302'^^xsd:double;
  dwc:latitude '12.7166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3170'^^xsd:integer;
  dwc:maximumDepth '3170'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'male carapace length 7,5 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '377616'^^xsd:integer;
  dwc:observationDate '1951-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '1056494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.03333 93.1166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.03333"^^xsd:decimal ;
  dwc:decimalLongitude "93.1166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1440"^^xsd:integer ;
  dwc:maximumDepthInMeters "1440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.03333 93.1166)"^^geo:wktLiteral ;
  geo-pos:lat "9.03333"^^xsd:decimal ;
  geo-pos:long "93.1166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-107'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '125'^^xsd:integer;
  dwc:longitude '93.1166'^^xsd:double;
  dwc:latitude '9.03333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1440'^^xsd:integer;
  dwc:maximumDepth '1440'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Adult spec. no 111. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.03333 93.1166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.03333"^^xsd:decimal ;
  dwc:decimalLongitude "93.1166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1440"^^xsd:integer ;
  dwc:maximumDepthInMeters "1440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.03333 93.1166)"^^geo:wktLiteral ;
  geo-pos:lat "9.03333"^^xsd:decimal ;
  geo-pos:long "93.1166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-108'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '125'^^xsd:integer;
  dwc:longitude '93.1166'^^xsd:double;
  dwc:latitude '9.03333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1440'^^xsd:integer;
  dwc:maximumDepth '1440'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Adult, ? sex spec. no 112. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.03333 93.1166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.03333"^^xsd:decimal ;
  dwc:decimalLongitude "93.1166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.03333 93.1166)"^^geo:wktLiteral ;
  geo-pos:lat "9.03333"^^xsd:decimal ;
  geo-pos:long "93.1166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-369'^^xsd:string;
  dwc:scientificName 'Cyphocaris faurei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '125'^^xsd:integer;
  dwc:longitude '93.1166'^^xsd:double;
  dwc:latitude '9.03333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '20 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '214723'^^xsd:integer;
  dwc:observationDate '1951-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '214723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.01666 93.533302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.01666"^^xsd:decimal ;
  dwc:decimalLongitude "93.533302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.01666 93.533302)"^^geo:wktLiteral ;
  geo-pos:lat "8.01666"^^xsd:decimal ;
  geo-pos:long "93.533302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1220'^^xsd:string;
  dwc:scientificName 'Phascolosoma nigrescens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '127'^^xsd:integer;
  dwc:longitude '93.533302'^^xsd:double;
  dwc:latitude '8.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220538'^^xsd:integer;
  dwc:observationDate '1951-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '220538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-531'^^xsd:string;
  dwc:scientificName 'Synaphobranchus brevidorsalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '472,5 mm total length. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_029-042.pdf'^^xsd:string;
  dwc:aphiaid '221388'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '221388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1246'^^xsd:string;
  dwc:scientificName 'Parantipathes wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Det. as ?Parantipathes wolffi One rather badly damaged colony. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '283955'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '283955'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1224'^^xsd:string;
  dwc:scientificName 'Phascolosoma noduliferum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266503'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '266503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-592'^^xsd:string;
  dwc:scientificName 'Pheronema pilosum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '171571'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '171571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1123'^^xsd:string;
  dwc:scientificName 'Sipunculus robustus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220536'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '220536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1118'^^xsd:string;
  dwc:scientificName 'Sipunculus sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '(cf. aequibilis Sluiter 1902) . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136031'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '136031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-685'^^xsd:string;
  dwc:scientificName 'Aglaophenia septata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:occurrenceRemarks '"5 complete colonies of 4-9 cm height and some fragments. The colonies all have a basal tuft of hydrorhizal fibres; two have one corbula each. Hydranths present.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol."'^^xsd:string;
  dwc:aphiaid '284051'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '284051'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-591'^^xsd:string;
  dwc:scientificName 'Cyliconema martabanense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '428627'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '171463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1588'^^xsd:string;
  dwc:scientificName 'Drilonereis logani'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '30 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '413991'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '413991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1001'^^xsd:string;
  dwc:scientificName 'Benthogone fragilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '241786'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '241786'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-532'^^xsd:string;
  dwc:scientificName 'Ilyophis brunneus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '463,0 mm total length. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_029-042.pdf'^^xsd:string;
  dwc:aphiaid '126326'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126326'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1130"^^xsd:integer ;
  dwc:maximumDepthInMeters "1130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11507'^^xsd:string;
  dwc:scientificName 'Munida microps'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1130'^^xsd:integer;
  dwc:maximumDepth '1130'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11507 21,3 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392379'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1606474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1130"^^xsd:integer ;
  dwc:maximumDepthInMeters "1130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11492'^^xsd:string;
  dwc:scientificName 'Munidopsis dasypus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1130'^^xsd:integer;
  dwc:maximumDepth '1130'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11492 1 male (16,7 mm) 1 female (16,7 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '246531'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '246531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.63333"^^xsd:decimal ;
  dwc:decimalLongitude "96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1140"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.63333 96)"^^geo:wktLiteral ;
  geo-pos:lat "6.63333"^^xsd:decimal ;
  geo-pos:long "96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1100'^^xsd:string;
  dwc:scientificName 'Ophiernus adspersus adspersus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '129'^^xsd:integer;
  dwc:longitude '96'^^xsd:integer;
  dwc:latitude '6.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1140'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Disk diameter 13 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_109-122.pdf'^^xsd:string;
  dwc:aphiaid '238139'^^xsd:integer;
  dwc:observationDate '1951-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '238139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.58333 103.015999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.58333"^^xsd:decimal ;
  dwc:decimalLongitude "103.015999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.58333 103.015999)"^^geo:wktLiteral ;
  geo-pos:lat "1.58333"^^xsd:decimal ;
  geo-pos:long "103.015999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1199'^^xsd:string;
  dwc:scientificName 'Cloeosiphon aspergillum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '103.015999'^^xsd:double;
  dwc:latitude '1.58333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220545'^^xsd:integer;
  dwc:observationDate '1951-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '266631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.58333 103.015999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.58333"^^xsd:decimal ;
  dwc:decimalLongitude "103.015999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.58333 103.015999)"^^geo:wktLiteral ;
  geo-pos:lat "1.58333"^^xsd:decimal ;
  geo-pos:long "103.015999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1131'^^xsd:string;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:longitude '103.015999'^^xsd:double;
  dwc:latitude '1.58333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:observationDate '1951-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.26666 103.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.26666"^^xsd:decimal ;
  dwc:decimalLongitude "103.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.26666 103.666)"^^geo:wktLiteral ;
  geo-pos:lat "1.26666"^^xsd:decimal ;
  geo-pos:long "103.666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1140'^^xsd:string;
  dwc:scientificName 'Golfingia trichocephala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:longitude '103.666'^^xsd:double;
  dwc:latitude '1.26666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424982'^^xsd:integer;
  dwc:observationDate '1951-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '266495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.28333 103.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.28333"^^xsd:decimal ;
  dwc:decimalLongitude "103.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.28333 103.666)"^^geo:wktLiteral ;
  geo-pos:lat "1.28333"^^xsd:decimal ;
  geo-pos:long "103.666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1189'^^xsd:string;
  dwc:scientificName 'Aspidosiphon muelleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:longitude '103.666'^^xsd:double;
  dwc:latitude '1.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425058'^^xsd:integer;
  dwc:observationDate '1951-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '136037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.2 103.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.2"^^xsd:decimal ;
  dwc:decimalLongitude "103.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.2 103.716003)"^^geo:wktLiteral ;
  geo-pos:lat "1.2"^^xsd:decimal ;
  geo-pos:long "103.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1200'^^xsd:string;
  dwc:scientificName 'Cloeosiphon aspergillum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '139'^^xsd:integer;
  dwc:longitude '103.716003'^^xsd:double;
  dwc:latitude '1.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220545'^^xsd:integer;
  dwc:observationDate '1951-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '266631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.23333 103.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.23333"^^xsd:decimal ;
  dwc:decimalLongitude "103.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.23333 103.833)"^^geo:wktLiteral ;
  geo-pos:lat "1.23333"^^xsd:decimal ;
  geo-pos:long "103.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1221'^^xsd:string;
  dwc:scientificName 'Phascolosoma nigrescens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '140'^^xsd:integer;
  dwc:longitude '103.833'^^xsd:double;
  dwc:latitude '1.23333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220538'^^xsd:integer;
  dwc:observationDate '1951-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '220538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.28333 103.883003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.28333"^^xsd:decimal ;
  dwc:decimalLongitude "103.883003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.28333 103.883003)"^^geo:wktLiteral ;
  geo-pos:lat "1.28333"^^xsd:decimal ;
  geo-pos:long "103.883003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1188'^^xsd:string;
  dwc:scientificName 'Aspidosiphon muelleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '143'^^xsd:integer;
  dwc:longitude '103.883003'^^xsd:double;
  dwc:latitude '1.28333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425058'^^xsd:integer;
  dwc:observationDate '1951-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '136037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0333 107.865997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.0333"^^xsd:decimal ;
  dwc:decimalLongitude "107.865997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6730"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0333 107.865997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.0333"^^xsd:decimal ;
  geo-pos:long "107.865997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-208'^^xsd:string;
  dwc:scientificName 'Hyphagus bythincola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '246'^^xsd:integer;
  dwc:longitude '107.865997'^^xsd:double;
  dwc:latitude '-10.0333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6730'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 2 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:observationDate '1951-09-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0333 107.865997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.0333"^^xsd:decimal ;
  dwc:decimalLongitude "107.865997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6730"^^xsd:integer ;
  dwc:maximumDepthInMeters "6730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0333 107.865997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.0333"^^xsd:decimal ;
  geo-pos:long "107.865997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-212'^^xsd:string;
  dwc:scientificName 'Kesun abyssorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '246'^^xsd:integer;
  dwc:longitude '107.865997'^^xsd:double;
  dwc:latitude '-10.0333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6730'^^xsd:integer;
  dwc:maximumDepth '6730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '173899'^^xsd:integer;
  dwc:observationDate '1951-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '337051'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0833 107.900002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.0833"^^xsd:decimal ;
  dwc:decimalLongitude "107.900002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6810"^^xsd:integer ;
  dwc:maximumDepthInMeters "6810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0833 107.900002)"^^geo:wktLiteral ;
  geo-pos:lat "-10.0833"^^xsd:decimal ;
  geo-pos:long "107.900002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1708'^^xsd:string;
  dwc:scientificName 'Sergia japonica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '246'^^xsd:integer;
  dwc:longitude '107.900002'^^xsd:double;
  dwc:latitude '-10.0833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6810'^^xsd:integer;
  dwc:maximumDepth '6810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 13,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '107135'^^xsd:integer;
  dwc:observationDate '1951-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '377752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3 109.633003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3"^^xsd:decimal ;
  dwc:decimalLongitude "109.633003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6200"^^xsd:integer ;
  dwc:maximumDepthInMeters "7150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3 109.633003)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3"^^xsd:decimal ;
  geo-pos:long "109.633003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1743'^^xsd:string;
  dwc:scientificName 'Sergia challengeri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '247'^^xsd:integer;
  dwc:longitude '109.633003'^^xsd:double;
  dwc:latitude '-10.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6200'^^xsd:integer;
  dwc:maximumDepth '7150'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'female carapace length 7 mm.  . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '377603'^^xsd:integer;
  dwc:observationDate '1951-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '1056489'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3 109.633003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3"^^xsd:decimal ;
  dwc:decimalLongitude "109.633003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6200"^^xsd:integer ;
  dwc:maximumDepthInMeters "7150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3 109.633003)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3"^^xsd:decimal ;
  geo-pos:long "109.633003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1713'^^xsd:string;
  dwc:scientificName 'Sergia gardineri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '247'^^xsd:integer;
  dwc:longitude '109.633003'^^xsd:double;
  dwc:latitude '-10.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6200'^^xsd:integer;
  dwc:maximumDepth '7150'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 6,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '377607'^^xsd:integer;
  dwc:observationDate '1951-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '1056497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3 109.633003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3"^^xsd:decimal ;
  dwc:decimalLongitude "109.633003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6200"^^xsd:integer ;
  dwc:maximumDepthInMeters "7150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3 109.633003)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3"^^xsd:decimal ;
  geo-pos:long "109.633003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1716'^^xsd:string;
  dwc:scientificName 'Sergia inequalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '247'^^xsd:integer;
  dwc:longitude '109.633003'^^xsd:double;
  dwc:latitude '-10.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6200'^^xsd:integer;
  dwc:maximumDepth '7150'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'carapace length 9 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '377609'^^xsd:integer;
  dwc:observationDate '1951-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '1056499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3 109.633003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3"^^xsd:decimal ;
  dwc:decimalLongitude "109.633003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6200"^^xsd:integer ;
  dwc:maximumDepthInMeters "7150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3 109.633003)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3"^^xsd:decimal ;
  geo-pos:long "109.633003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1709'^^xsd:string;
  dwc:scientificName 'Sergia japonica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '247'^^xsd:integer;
  dwc:longitude '109.633003'^^xsd:double;
  dwc:latitude '-10.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6200'^^xsd:integer;
  dwc:maximumDepth '7150'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 18,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '107135'^^xsd:integer;
  dwc:observationDate '1951-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '377752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3 109.633003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3"^^xsd:decimal ;
  dwc:decimalLongitude "109.633003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6200"^^xsd:integer ;
  dwc:maximumDepthInMeters "7150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3 109.633003)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3"^^xsd:decimal ;
  geo-pos:long "109.633003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1731'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '247'^^xsd:integer;
  dwc:longitude '109.633003'^^xsd:double;
  dwc:latitude '-10.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6200'^^xsd:integer;
  dwc:maximumDepth '7150'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1female carapace length 11 mm. 2 male carapace length 10-12,5 mm.   . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "109.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6900"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3333"^^xsd:decimal ;
  geo-pos:long "109.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-616'^^xsd:string;
  dwc:scientificName 'Siphonodentalium galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '248'^^xsd:integer;
  dwc:longitude '109.916'^^xsd:double;
  dwc:latitude '-10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6900'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Botton temperature: 1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_125-136.pdf'^^xsd:string;
  dwc:aphiaid '428808'^^xsd:integer;
  dwc:observationDate '1951-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '344458'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "109.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6900"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3333"^^xsd:decimal ;
  geo-pos:long "109.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1248'^^xsd:string;
  dwc:scientificName 'Stichopathes variabilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '248'^^xsd:integer;
  dwc:longitude '109.916'^^xsd:double;
  dwc:latitude '-10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6900'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:occurrenceRemarks '1,5 C Several dead fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '283984'^^xsd:integer;
  dwc:observationDate '1951-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '283984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "109.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6930"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3333"^^xsd:decimal ;
  geo-pos:long "109.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-138'^^xsd:string;
  dwc:scientificName 'Aglaophenia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '248'^^xsd:integer;
  dwc:longitude '109.916'^^xsd:double;
  dwc:latitude '-10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6930'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'bottom bluish clay one sterile colony. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_017-020.pdf'^^xsd:string;
  dwc:aphiaid '284026'^^xsd:integer;
  dwc:observationDate '1951-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '284026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "109.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6900"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3333"^^xsd:decimal ;
  geo-pos:long "109.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-227'^^xsd:string;
  dwc:scientificName 'Ampharetidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '248'^^xsd:integer;
  dwc:longitude '109.916'^^xsd:double;
  dwc:latitude '-10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6900'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:occurrenceRemarks '1 fragm. with 11 set. segm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '981'^^xsd:integer;
  dwc:observationDate '1951-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "109.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6900"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3333"^^xsd:decimal ;
  geo-pos:long "109.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-148'^^xsd:string;
  dwc:scientificName 'Elpidia glacialis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '248'^^xsd:integer;
  dwc:longitude '109.916'^^xsd:double;
  dwc:latitude '-10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6900'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '124726'^^xsd:integer;
  dwc:observationDate '1951-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '124726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "109.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6900"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3333"^^xsd:decimal ;
  geo-pos:long "109.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-143'^^xsd:string;
  dwc:scientificName 'Eremicaster pacificus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '248'^^xsd:integer;
  dwc:longitude '109.916'^^xsd:double;
  dwc:latitude '-10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6900'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'juvenile specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_023-032.pdf'^^xsd:string;
  dwc:aphiaid '380695'^^xsd:integer;
  dwc:observationDate '1951-09-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "109.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6900"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3333"^^xsd:decimal ;
  geo-pos:long "109.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-905'^^xsd:string;
  dwc:scientificName 'Kelliella sundaensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '248'^^xsd:integer;
  dwc:longitude '109.916'^^xsd:double;
  dwc:latitude '-10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6900'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428685'^^xsd:integer;
  dwc:observationDate '1951-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '464392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "109.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6900"^^xsd:integer ;
  dwc:maximumDepthInMeters "7000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.916)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3333"^^xsd:decimal ;
  geo-pos:long "109.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-350'^^xsd:string;
  dwc:scientificName 'Eremicaster vicinus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '248'^^xsd:integer;
  dwc:longitude '109.916'^^xsd:double;
  dwc:latitude '-10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6900'^^xsd:integer;
  dwc:maximumDepth '7000'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '2,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '178727'^^xsd:integer;
  dwc:observationDate '1951-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '178727'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.35"^^xsd:decimal ;
  dwc:decimalLongitude "110.199997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7160"^^xsd:integer ;
  dwc:maximumDepthInMeters "7160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.35"^^xsd:decimal ;
  geo-pos:long "110.199997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-155'^^xsd:string;
  dwc:scientificName 'Periamma naresi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:longitude '110.199997'^^xsd:double;
  dwc:latitude '-10.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7160'^^xsd:integer;
  dwc:maximumDepth '7160'^^xsd:integer;
  dwc:individualCount '114'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428765'^^xsd:integer;
  dwc:observationDate '1951-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '428578'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.35"^^xsd:decimal ;
  dwc:decimalLongitude "110.199997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7160"^^xsd:integer ;
  dwc:maximumDepthInMeters "7160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.35"^^xsd:decimal ;
  geo-pos:long "110.199997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-97'^^xsd:string;
  dwc:scientificName 'Rhachotropis flemmingi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:longitude '110.199997'^^xsd:double;
  dwc:latitude '-10.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7160'^^xsd:integer;
  dwc:maximumDepth '7160'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '18-20 mm + fragments of at least 3 further specimens of about the same size or slightly larger . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428792'^^xsd:integer;
  dwc:observationDate '1951-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '428792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.35"^^xsd:decimal ;
  dwc:decimalLongitude "110.199997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7160"^^xsd:integer ;
  dwc:maximumDepthInMeters "7160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.35"^^xsd:decimal ;
  geo-pos:long "110.199997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-121'^^xsd:string;
  dwc:scientificName 'Rondeletia bicolor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:longitude '110.199997'^^xsd:double;
  dwc:latitude '-10.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7160'^^xsd:integer;
  dwc:maximumDepth '7160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '84.8 mm. S.L. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_255-260.pdf'^^xsd:string;
  dwc:aphiaid '159428'^^xsd:integer;
  dwc:observationDate '1951-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '159428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.35"^^xsd:decimal ;
  dwc:decimalLongitude "110.199997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7160"^^xsd:integer ;
  dwc:maximumDepthInMeters "7160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.35"^^xsd:decimal ;
  geo-pos:long "110.199997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1704'^^xsd:string;
  dwc:scientificName 'Sergia inoa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:longitude '110.199997'^^xsd:double;
  dwc:latitude '-10.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7160'^^xsd:integer;
  dwc:maximumDepth '7160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 19 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '377610'^^xsd:integer;
  dwc:observationDate '1951-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '377610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.35"^^xsd:decimal ;
  dwc:decimalLongitude "110.199997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7160"^^xsd:integer ;
  dwc:maximumDepthInMeters "7160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.35"^^xsd:decimal ;
  geo-pos:long "110.199997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1732'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:longitude '110.199997'^^xsd:double;
  dwc:latitude '-10.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7160'^^xsd:integer;
  dwc:maximumDepth '7160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1male carapace length 10 mm.   . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.35"^^xsd:decimal ;
  dwc:decimalLongitude "110.199997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7160"^^xsd:integer ;
  dwc:maximumDepthInMeters "7160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.35"^^xsd:decimal ;
  geo-pos:long "110.199997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1075'^^xsd:string;
  dwc:scientificName 'Amperima naresi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:longitude '110.199997'^^xsd:double;
  dwc:latitude '-10.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7160'^^xsd:integer;
  dwc:maximumDepth '7160'^^xsd:integer;
  dwc:individualCount '114'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '428578'^^xsd:integer;
  dwc:observationDate '1951-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '428578'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.35"^^xsd:decimal ;
  dwc:decimalLongitude "110.199997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7160"^^xsd:integer ;
  dwc:maximumDepthInMeters "7160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.35"^^xsd:decimal ;
  geo-pos:long "110.199997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-149'^^xsd:string;
  dwc:scientificName 'Elpidia glacialis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:longitude '110.199997'^^xsd:double;
  dwc:latitude '-10.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7160'^^xsd:integer;
  dwc:maximumDepth '7160'^^xsd:integer;
  dwc:individualCount '3000'^^xsd:integer;
  dwc:occurrenceRemarks 'ca. 3000 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '124726'^^xsd:integer;
  dwc:observationDate '1951-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '124726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.35"^^xsd:decimal ;
  dwc:decimalLongitude "110.199997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7160"^^xsd:integer ;
  dwc:maximumDepthInMeters "7160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.35"^^xsd:decimal ;
  geo-pos:long "110.199997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-614'^^xsd:string;
  dwc:scientificName 'Bassogigas profundissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:longitude '110.199997'^^xsd:double;
  dwc:latitude '-10.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7160'^^xsd:integer;
  dwc:maximumDepth '7160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Temperature at bottom 1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_113-124.pdf'^^xsd:string;
  dwc:aphiaid '308704'^^xsd:integer;
  dwc:observationDate '1951-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '272800'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.35"^^xsd:decimal ;
  dwc:decimalLongitude "110.199997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7160"^^xsd:integer ;
  dwc:maximumDepthInMeters "7160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.35"^^xsd:decimal ;
  geo-pos:long "110.199997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-187'^^xsd:string;
  dwc:scientificName 'Macellicephala abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:longitude '110.199997'^^xsd:double;
  dwc:latitude '-10.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7160'^^xsd:integer;
  dwc:maximumDepth '7160'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '2 spec., 2 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337682'^^xsd:integer;
  dwc:observationDate '1951-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '130726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.35"^^xsd:decimal ;
  dwc:decimalLongitude "110.199997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7160"^^xsd:integer ;
  dwc:maximumDepthInMeters "7160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.199997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.35"^^xsd:decimal ;
  geo-pos:long "110.199997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-792'^^xsd:string;
  dwc:scientificName 'Makrokylindrus hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:longitude '110.199997'^^xsd:double;
  dwc:latitude '-10.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7160'^^xsd:integer;
  dwc:maximumDepth '7160'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '1,5 C subadult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182082'^^xsd:integer;
  dwc:observationDate '1951-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '182082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4166 112.615997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4166"^^xsd:decimal ;
  dwc:decimalLongitude "112.615997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2910"^^xsd:integer ;
  dwc:maximumDepthInMeters "2910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4166 112.615997)"^^geo:wktLiteral ;
  geo-pos:lat "10.4166"^^xsd:decimal ;
  geo-pos:long "112.615997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-194'^^xsd:string;
  dwc:scientificName 'Macellicephala hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '183'^^xsd:integer;
  dwc:longitude '112.615997'^^xsd:double;
  dwc:latitude '10.4166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2910'^^xsd:integer;
  dwc:maximumDepth '2910'^^xsd:integer;
  dwc:occurrenceRemarks '2 fragm. with prost. and probosc.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337684'^^xsd:integer;
  dwc:observationDate '1951-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '333091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4166 112.615997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4166"^^xsd:decimal ;
  dwc:decimalLongitude "112.615997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2910"^^xsd:integer ;
  dwc:maximumDepthInMeters "2910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4166 112.615997)"^^geo:wktLiteral ;
  geo-pos:lat "10.4166"^^xsd:decimal ;
  geo-pos:long "112.615997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1440'^^xsd:string;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '183'^^xsd:integer;
  dwc:longitude '112.615997'^^xsd:double;
  dwc:latitude '10.4166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2910'^^xsd:integer;
  dwc:maximumDepth '2910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 0,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:observationDate '1951-07-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.53333 112.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "112.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.53333 112.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-5.53333"^^xsd:decimal ;
  geo-pos:long "112.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1742'^^xsd:string;
  dwc:scientificName 'Sergia challengeri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '237'^^xsd:integer;
  dwc:longitude '112.682999'^^xsd:double;
  dwc:latitude '-5.53333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'female carapace length 7-8 mm.  . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '377603'^^xsd:integer;
  dwc:observationDate '1951-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '1056489'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5666 112.849998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5666"^^xsd:decimal ;
  dwc:decimalLongitude "112.849998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2310"^^xsd:integer ;
  dwc:maximumDepthInMeters "2310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5666 112.849998)"^^geo:wktLiteral ;
  geo-pos:lat "10.5666"^^xsd:decimal ;
  geo-pos:long "112.849998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1725'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '183'^^xsd:integer;
  dwc:longitude '112.849998'^^xsd:double;
  dwc:latitude '10.5666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2310'^^xsd:integer;
  dwc:maximumDepth '2310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 female carapace length 16 mm. 1 male carapace length 13,5 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.9166 113.099998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.9166"^^xsd:decimal ;
  dwc:decimalLongitude "113.099998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.9166 113.099998)"^^geo:wktLiteral ;
  geo-pos:lat "-10.9166"^^xsd:decimal ;
  geo-pos:long "113.099998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1698'^^xsd:string;
  dwc:scientificName 'Ampharetidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:julianDay '251'^^xsd:integer;
  dwc:longitude '113.099998'^^xsd:double;
  dwc:latitude '-10.9166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:occurrenceRemarks 'indeterminable fragments of Ampharetids of the subfamily Ampharetinae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '981'^^xsd:integer;
  dwc:observationDate '1951-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 114.115997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "114.115997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2030"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 114.115997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "114.115997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-110'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '253'^^xsd:integer;
  dwc:longitude '114.115997'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2030'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage 4 larva, ? sex spec. no 114. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 114.115997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "114.115997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2030"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 114.115997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "114.115997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-111'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '253'^^xsd:integer;
  dwc:longitude '114.115997'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2030'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage 4 larva, ? sex spec. no 115. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 114.115997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "114.115997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2030"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 114.115997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "114.115997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-112'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '253'^^xsd:integer;
  dwc:longitude '114.115997'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2030'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage 4 larva, ? sex spec. no 116. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 114.115997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "114.115997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2030"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 114.115997)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "114.115997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-113'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '253'^^xsd:integer;
  dwc:longitude '114.115997'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2030'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'eye of larva, prob. stage 4 spec. no 117. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81666"^^xsd:decimal ;
  dwc:decimalLongitude "114.216003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3810"^^xsd:integer ;
  dwc:maximumDepthInMeters "3840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81666"^^xsd:decimal ;
  geo-pos:long "114.216003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-11'^^xsd:string;
  dwc:scientificName 'Polycarpa albatrossi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.216003'^^xsd:double;
  dwc:latitude '-9.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3810'^^xsd:integer;
  dwc:maximumDepth '3840'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '250995'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '250995'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81666"^^xsd:decimal ;
  dwc:decimalLongitude "114.216003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3810"^^xsd:integer ;
  dwc:maximumDepthInMeters "3840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81666"^^xsd:decimal ;
  geo-pos:long "114.216003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1717'^^xsd:string;
  dwc:scientificName 'Sergia inequalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.216003'^^xsd:double;
  dwc:latitude '-9.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3810'^^xsd:integer;
  dwc:maximumDepth '3840'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'carapace length 13 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '377609'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '1056499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81666"^^xsd:decimal ;
  dwc:decimalLongitude "114.216003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3810"^^xsd:integer ;
  dwc:maximumDepthInMeters "3840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81666"^^xsd:decimal ;
  geo-pos:long "114.216003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1733'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.216003'^^xsd:double;
  dwc:latitude '-9.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3810'^^xsd:integer;
  dwc:maximumDepth '3840'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1female carapace length 13,5 mm. 1juvenile carapace length 8 mm.    . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81666"^^xsd:decimal ;
  dwc:decimalLongitude "114.216003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3810"^^xsd:integer ;
  dwc:maximumDepthInMeters "3840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81666"^^xsd:decimal ;
  geo-pos:long "114.216003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-892'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.216003'^^xsd:double;
  dwc:latitude '-9.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3810'^^xsd:integer;
  dwc:maximumDepth '3840'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81666"^^xsd:decimal ;
  dwc:decimalLongitude "114.216003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3810"^^xsd:integer ;
  dwc:maximumDepthInMeters "3840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81666"^^xsd:decimal ;
  geo-pos:long "114.216003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1417'^^xsd:string;
  dwc:scientificName 'Ehlersileanira incisa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.216003'^^xsd:double;
  dwc:latitude '-9.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3810'^^xsd:integer;
  dwc:maximumDepth '3840'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '18 x 1, 20 x 1 mm, 1 fragment. All somewhat damaged.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332786'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '332786'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81666"^^xsd:decimal ;
  dwc:decimalLongitude "114.216003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3810"^^xsd:integer ;
  dwc:maximumDepthInMeters "3840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81666"^^xsd:decimal ;
  geo-pos:long "114.216003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-348'^^xsd:string;
  dwc:scientificName 'Eremicaster crassus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.216003'^^xsd:double;
  dwc:latitude '-9.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3810'^^xsd:integer;
  dwc:maximumDepth '3840'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '178726'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '178726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81666"^^xsd:decimal ;
  dwc:decimalLongitude "114.216003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3810"^^xsd:integer ;
  dwc:maximumDepthInMeters "3840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81666"^^xsd:decimal ;
  geo-pos:long "114.216003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1025'^^xsd:string;
  dwc:scientificName 'Benthodytes sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.216003'^^xsd:double;
  dwc:latitude '-9.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3810'^^xsd:integer;
  dwc:maximumDepth '3840'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'The specimen is too damaged to be identified to species 16 cm long and 5 cm broad.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '123529'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '123529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81666"^^xsd:decimal ;
  dwc:decimalLongitude "114.216003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3810"^^xsd:integer ;
  dwc:maximumDepthInMeters "3840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81666"^^xsd:decimal ;
  geo-pos:long "114.216003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-811'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.216003'^^xsd:double;
  dwc:latitude '-9.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3810'^^xsd:integer;
  dwc:maximumDepth '3840'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81666"^^xsd:decimal ;
  dwc:decimalLongitude "114.216003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3810"^^xsd:integer ;
  dwc:maximumDepthInMeters "3840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81666 114.216003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81666"^^xsd:decimal ;
  geo-pos:long "114.216003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1467'^^xsd:string;
  dwc:scientificName 'Nereis profundi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.216003'^^xsd:double;
  dwc:latitude '-9.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3810'^^xsd:integer;
  dwc:maximumDepth '3840'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Det. as N. ?profundi 45 x 6 mm (almost complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '329726'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '329726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2810"^^xsd:integer ;
  dwc:maximumDepthInMeters "2990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-109'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2810'^^xsd:integer;
  dwc:maximumDepth '2990'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage 3 larva, ? sex spec. no 113. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1436'^^xsd:string;
  dwc:scientificName 'Paralacydonia paradoxa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '12 x 0,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130545'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '130545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1504'^^xsd:string;
  dwc:scientificName 'Paramphinome indica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '5 x 0,5 mm, 28 setigers. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '330322'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '330322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2810"^^xsd:integer ;
  dwc:maximumDepthInMeters "2990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-412'^^xsd:string;
  dwc:scientificName 'Phippsiella nipoma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2810'^^xsd:integer;
  dwc:maximumDepth '2990'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '"8,5 mm. ""sitting in a hole in the tuff-stone"". Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '428771'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '555036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1435'^^xsd:string;
  dwc:scientificName 'Pterocirrus sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 1 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '129458'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '129458'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2810"^^xsd:integer ;
  dwc:maximumDepthInMeters "2990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-537'^^xsd:string;
  dwc:scientificName 'Sarcodictyon pallidum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2810'^^xsd:integer;
  dwc:maximumDepth '2990'^^xsd:integer;
  dwc:occurrenceRemarks 'Plusieurs sp+¬cimens r+¬partis sur deux faces de petits cailloux. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_043-058.pdf'^^xsd:string;
  dwc:aphiaid '428798'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '428798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-63'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-827'^^xsd:string;
  dwc:scientificName 'Tindaria sundaensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428822'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '428822'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-701'^^xsd:string;
  dwc:scientificName 'Alomasoma sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '264891'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '264891'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2810"^^xsd:integer ;
  dwc:maximumDepthInMeters "2990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-651'^^xsd:string;
  dwc:scientificName 'Egmundalla sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2810'^^xsd:integer;
  dwc:maximumDepth '2990'^^xsd:integer;
  dwc:occurrenceRemarks 'Det. as ?Egmundalla sp. Creeping colony on an Antipathariid. Hydranths deterriorated, no gonothecae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-718'^^xsd:string;
  dwc:scientificName 'Apseudes lagenirostris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,7 C adult with emptied marsupium. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '247050'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '832092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1612'^^xsd:string;
  dwc:scientificName 'Brada talehsapensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,7 C 35 x 5 mm (anterior part, 24 segments). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '327266'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '1758258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1148'^^xsd:string;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1522'^^xsd:string;
  dwc:scientificName 'Kinbergonuphis abyssalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Det as K. ?abyssalis 20 x 1mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333687'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '333687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2820"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-738'^^xsd:string;
  dwc:scientificName 'Neotanais pfaffioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2820'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,7 C with rudimentary oostegites. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '247391'^^xsd:integer;
  dwc:observationDate '1951-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '247391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.06666 114.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.06666"^^xsd:decimal ;
  dwc:decimalLongitude "114.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1555"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.06666 114.716003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.06666"^^xsd:decimal ;
  geo-pos:long "114.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1144'^^xsd:string;
  dwc:scientificName 'Golfingia sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.716003'^^xsd:double;
  dwc:latitude '-9.06666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1555'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.06666 114.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.06666"^^xsd:decimal ;
  dwc:decimalLongitude "114.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1555"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.06666 114.716003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.06666"^^xsd:decimal ;
  geo-pos:long "114.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1158'^^xsd:string;
  dwc:scientificName 'Golfingia sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.716003'^^xsd:double;
  dwc:latitude '-9.06666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1555'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'cf. pellucida . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1583'^^xsd:string;
  dwc:scientificName 'Ninoe nigripes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '22 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130255'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '130255'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1544'^^xsd:string;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Det as P. ?quadricuspis 20 x 1 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1449'^^xsd:string;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '21 x 1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1613'^^xsd:string;
  dwc:scientificName 'Pherusa curvisetis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 6,0 C 8 x 3 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334481'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '1522769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1505'^^xsd:string;
  dwc:scientificName 'Pseudoeurythoe acarunculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '7 x 1 mm (26 setigers). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '428779'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1624'^^xsd:string;
  dwc:scientificName 'Scalibregmatidae indet.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 6,0 C 4 x 1 mm (16 setigers). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '18911'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1599'^^xsd:string;
  dwc:scientificName 'Scoloplos marginatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '26 x 1 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '173937'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '871019'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1149'^^xsd:string;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1252'^^xsd:string;
  dwc:scientificName 'Grammetaria bartschi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment of a shell with the cardinalia. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '235421'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '235421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1253'^^xsd:string;
  dwc:scientificName 'Gryphus davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 brachial valve. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '428653'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '821741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-425'^^xsd:string;
  dwc:scientificName 'Harpinia abyssalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '5,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428656'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '548947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1645'^^xsd:string;
  dwc:scientificName 'Lygdamis indicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '(all complete), 20 x 3, 20 x 1 mm (25 setigers), 28 x 2 mm (26 setigers). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '209907'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '209907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1611'^^xsd:string;
  dwc:scientificName 'Magelona sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 6,0 C 3 posterior parts. No medial lamellae, lateral lamellae on posterior part of equal size. Hooded hooks bidentate. Anterior ends missing.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_0'^^xsd:string;
  dwc:aphiaid '129341'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '129341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-788'^^xsd:string;
  dwc:scientificName 'Makrokylindrus balinensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 6 C subadult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182103'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '182103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01666"^^xsd:decimal ;
  dwc:decimalLongitude "114.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01666 114.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01666"^^xsd:decimal ;
  geo-pos:long "114.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-790'^^xsd:string;
  dwc:scientificName 'Makrokylindrus cinctus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '254'^^xsd:integer;
  dwc:longitude '114.800003'^^xsd:double;
  dwc:latitude '-9.01666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 6 C immature. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182104'^^xsd:integer;
  dwc:observationDate '1951-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '182104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 114.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "114.916"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 114.916)"^^geo:wktLiteral ;
  geo-pos:lat "-8.83333"^^xsd:decimal ;
  geo-pos:long "114.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1204'^^xsd:string;
  dwc:scientificName 'Cloeosiphon aspergillum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '255'^^xsd:integer;
  dwc:longitude '114.916'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220545'^^xsd:integer;
  dwc:observationDate '1951-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '266631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 114.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "114.916"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 114.916)"^^geo:wktLiteral ;
  geo-pos:lat "-8.83333"^^xsd:decimal ;
  geo-pos:long "114.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1527'^^xsd:string;
  dwc:scientificName 'Kinbergonuphis investigatoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '255'^^xsd:integer;
  dwc:longitude '114.916'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '45 x 2, 20 x 1 mm, 2 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333699'^^xsd:integer;
  dwc:observationDate '1951-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '333699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 114.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.83333"^^xsd:decimal ;
  dwc:decimalLongitude "114.916"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.83333 114.916)"^^geo:wktLiteral ;
  geo-pos:lat "-8.83333"^^xsd:decimal ;
  geo-pos:long "114.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-915'^^xsd:string;
  dwc:scientificName 'Lysippides caeca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '255'^^xsd:integer;
  dwc:longitude '114.916'^^xsd:double;
  dwc:latitude '-8.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ZMUC-POL-915 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '329005'^^xsd:integer;
  dwc:observationDate '1951-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '819215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.1666 114.932999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.1666"^^xsd:decimal ;
  dwc:decimalLongitude "114.932999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4390"^^xsd:integer ;
  dwc:maximumDepthInMeters "4390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.1666 114.932999)"^^geo:wktLiteral ;
  geo-pos:lat "12.1666"^^xsd:decimal ;
  geo-pos:long "114.932999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1726'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '184'^^xsd:integer;
  dwc:longitude '114.932999'^^xsd:double;
  dwc:latitude '12.1666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4390'^^xsd:integer;
  dwc:maximumDepth '4390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 male carapace length 12,5 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.1666 114.932999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.1666"^^xsd:decimal ;
  dwc:decimalLongitude "114.932999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4500"^^xsd:integer ;
  dwc:maximumDepthInMeters "4500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.1666 114.932999)"^^geo:wktLiteral ;
  geo-pos:lat "12.1666"^^xsd:decimal ;
  geo-pos:long "114.932999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-185'^^xsd:string;
  dwc:scientificName 'Enypniastes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '184'^^xsd:integer;
  dwc:longitude '114.932999'^^xsd:double;
  dwc:latitude '12.1666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4500'^^xsd:integer;
  dwc:maximumDepth '4500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_055-060.pdf'^^xsd:string;
  dwc:aphiaid '428638'^^xsd:integer;
  dwc:observationDate '1951-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '124759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.1666 114.932999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.1666"^^xsd:decimal ;
  dwc:decimalLongitude "114.932999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4500"^^xsd:integer ;
  dwc:maximumDepthInMeters "4500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.1666 114.932999)"^^geo:wktLiteral ;
  geo-pos:lat "12.1666"^^xsd:decimal ;
  geo-pos:long "114.932999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-183'^^xsd:string;
  dwc:scientificName 'Galatheathuria aspera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:julianDay '184'^^xsd:integer;
  dwc:longitude '114.932999'^^xsd:double;
  dwc:latitude '12.1666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4500'^^xsd:integer;
  dwc:maximumDepth '4500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'fishing depth 3400-3800 m. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_055-060.pdf'^^xsd:string;
  dwc:aphiaid '428648'^^xsd:integer;
  dwc:observationDate '1951-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '428648'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.81666"^^xsd:decimal ;
  dwc:decimalLongitude "115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115)"^^geo:wktLiteral ;
  geo-pos:lat "-8.81666"^^xsd:decimal ;
  geo-pos:long "115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1584'^^xsd:string;
  dwc:scientificName 'Ninoe nigripes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '255'^^xsd:integer;
  dwc:longitude '115'^^xsd:integer;
  dwc:latitude '-8.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '35 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130255'^^xsd:integer;
  dwc:observationDate '1951-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '130255'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.81666"^^xsd:decimal ;
  dwc:decimalLongitude "115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115)"^^geo:wktLiteral ;
  geo-pos:lat "-8.81666"^^xsd:decimal ;
  geo-pos:long "115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1205'^^xsd:string;
  dwc:scientificName 'Cloeosiphon aspergillum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '255'^^xsd:integer;
  dwc:longitude '115'^^xsd:integer;
  dwc:latitude '-8.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220545'^^xsd:integer;
  dwc:observationDate '1951-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '266631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.81666"^^xsd:decimal ;
  dwc:decimalLongitude "115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115)"^^geo:wktLiteral ;
  geo-pos:lat "-8.81666"^^xsd:decimal ;
  geo-pos:long "115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1421'^^xsd:string;
  dwc:scientificName 'Leanira quatrefagesi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '255'^^xsd:integer;
  dwc:longitude '115'^^xsd:integer;
  dwc:latitude '-8.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 0,5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155223'^^xsd:integer;
  dwc:observationDate '1951-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '155223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115.316002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.81666"^^xsd:decimal ;
  dwc:decimalLongitude "115.316002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "202"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115.316002)"^^geo:wktLiteral ;
  geo-pos:lat "-8.81666"^^xsd:decimal ;
  geo-pos:long "115.316002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1255'^^xsd:string;
  dwc:scientificName 'Terebratulina callinome'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '255'^^xsd:integer;
  dwc:longitude '115.316002'^^xsd:double;
  dwc:latitude '-8.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '202'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 pedicle valve of empty shell  (the empty pedicle valve can not be identified with full confidence). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '235537'^^xsd:integer;
  dwc:observationDate '1951-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '235537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115.316002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.81666"^^xsd:decimal ;
  dwc:decimalLongitude "115.316002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "202"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115.316002)"^^geo:wktLiteral ;
  geo-pos:lat "-8.81666"^^xsd:decimal ;
  geo-pos:long "115.316002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1256'^^xsd:string;
  dwc:scientificName 'Terebratulina reevi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '255'^^xsd:integer;
  dwc:longitude '115.316002'^^xsd:double;
  dwc:latitude '-8.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '202'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 empty shell. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '235538'^^xsd:integer;
  dwc:observationDate '1951-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '235538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115.316002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.81666"^^xsd:decimal ;
  dwc:decimalLongitude "115.316002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "202"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115.316002)"^^geo:wktLiteral ;
  geo-pos:lat "-8.81666"^^xsd:decimal ;
  geo-pos:long "115.316002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1259'^^xsd:string;
  dwc:scientificName 'Campages furcifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '255'^^xsd:integer;
  dwc:longitude '115.316002'^^xsd:double;
  dwc:latitude '-8.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '202'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment of an empty brachial valve. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '235704'^^xsd:integer;
  dwc:observationDate '1951-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '235704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115.316002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.81666"^^xsd:decimal ;
  dwc:decimalLongitude "115.316002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "202"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81666 115.316002)"^^geo:wktLiteral ;
  geo-pos:lat "-8.81666"^^xsd:decimal ;
  geo-pos:long "115.316002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1261'^^xsd:string;
  dwc:scientificName 'Jolonica hedleyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '255'^^xsd:integer;
  dwc:longitude '115.316002'^^xsd:double;
  dwc:latitude '-8.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '202'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:occurrenceRemarks 'Brachial valve of empty shell. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '235607'^^xsd:integer;
  dwc:observationDate '1951-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '235607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.38333 116.032997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.38333"^^xsd:decimal ;
  dwc:decimalLongitude "116.032997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.38333 116.032997)"^^geo:wktLiteral ;
  geo-pos:lat "-5.38333"^^xsd:decimal ;
  geo-pos:long "116.032997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1191'^^xsd:string;
  dwc:scientificName 'Aspidosiphon muelleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '237'^^xsd:integer;
  dwc:longitude '116.032997'^^xsd:double;
  dwc:latitude '-5.38333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425058'^^xsd:integer;
  dwc:observationDate '1951-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '136037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.63333"^^xsd:decimal ;
  dwc:decimalLongitude "116.133003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1160"^^xsd:integer ;
  dwc:maximumDepthInMeters "1160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  geo-pos:lat "-7.63333"^^xsd:decimal ;
  geo-pos:long "116.133003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1441'^^xsd:string;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '256'^^xsd:integer;
  dwc:longitude '116.133003'^^xsd:double;
  dwc:latitude '-7.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1160'^^xsd:integer;
  dwc:maximumDepth '1160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '45 x 5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:observationDate '1951-09-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.63333"^^xsd:decimal ;
  dwc:decimalLongitude "116.133003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1160"^^xsd:integer ;
  dwc:maximumDepthInMeters "1160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  geo-pos:lat "-7.63333"^^xsd:decimal ;
  geo-pos:long "116.133003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1655'^^xsd:string;
  dwc:scientificName 'Pectinaria sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '256'^^xsd:integer;
  dwc:longitude '116.133003'^^xsd:double;
  dwc:latitude '-7.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1160'^^xsd:integer;
  dwc:maximumDepth '1160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '129437'^^xsd:integer;
  dwc:observationDate '1951-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '129437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.63333"^^xsd:decimal ;
  dwc:decimalLongitude "116.133003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1160"^^xsd:integer ;
  dwc:maximumDepthInMeters "1160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  geo-pos:lat "-7.63333"^^xsd:decimal ;
  geo-pos:long "116.133003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1469'^^xsd:string;
  dwc:scientificName 'Rullierinereis gallardoi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '256'^^xsd:integer;
  dwc:longitude '116.133003'^^xsd:double;
  dwc:latitude '-7.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1160'^^xsd:integer;
  dwc:maximumDepth '1160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '11 x 1 mm, 23 setigers. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '331535'^^xsd:integer;
  dwc:observationDate '1951-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '331535'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.63333"^^xsd:decimal ;
  dwc:decimalLongitude "116.133003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1160"^^xsd:integer ;
  dwc:maximumDepthInMeters "1160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  geo-pos:lat "-7.63333"^^xsd:decimal ;
  geo-pos:long "116.133003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1652'^^xsd:string;
  dwc:scientificName 'Tetreres philippinensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '256'^^xsd:integer;
  dwc:longitude '116.133003'^^xsd:double;
  dwc:latitude '-7.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1160'^^xsd:integer;
  dwc:maximumDepth '1160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '35 x 8 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334912'^^xsd:integer;
  dwc:observationDate '1951-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '334912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.63333"^^xsd:decimal ;
  dwc:decimalLongitude "116.133003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1160"^^xsd:integer ;
  dwc:maximumDepthInMeters "1160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  geo-pos:lat "-7.63333"^^xsd:decimal ;
  geo-pos:long "116.133003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1518'^^xsd:string;
  dwc:scientificName 'Hyalinoecia robusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '256'^^xsd:integer;
  dwc:longitude '116.133003'^^xsd:double;
  dwc:latitude '-7.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1160'^^xsd:integer;
  dwc:maximumDepth '1160'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 2-80 x 5 mm, 4 tubes. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130463'^^xsd:integer;
  dwc:observationDate '1951-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '130463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.63333"^^xsd:decimal ;
  dwc:decimalLongitude "116.133003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1160"^^xsd:integer ;
  dwc:maximumDepthInMeters "1160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  geo-pos:lat "-7.63333"^^xsd:decimal ;
  geo-pos:long "116.133003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1528'^^xsd:string;
  dwc:scientificName 'Kinbergonuphis investigatoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '256'^^xsd:integer;
  dwc:longitude '116.133003'^^xsd:double;
  dwc:latitude '-7.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1160'^^xsd:integer;
  dwc:maximumDepth '1160'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '15 x 2-105 x 4 mm, many fragments, 1 tube of clay. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333699'^^xsd:integer;
  dwc:observationDate '1951-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '333699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.63333"^^xsd:decimal ;
  dwc:decimalLongitude "116.133003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1160"^^xsd:integer ;
  dwc:maximumDepthInMeters "1160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  geo-pos:lat "-7.63333"^^xsd:decimal ;
  geo-pos:long "116.133003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1500'^^xsd:string;
  dwc:scientificName 'Nephtys squamosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '256'^^xsd:integer;
  dwc:longitude '116.133003'^^xsd:double;
  dwc:latitude '-7.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1160'^^xsd:integer;
  dwc:maximumDepth '1160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '40 x 6 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '334156'^^xsd:integer;
  dwc:observationDate '1951-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '334156'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.63333"^^xsd:decimal ;
  dwc:decimalLongitude "116.133003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1160"^^xsd:integer ;
  dwc:maximumDepthInMeters "1160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  geo-pos:lat "-7.63333"^^xsd:decimal ;
  geo-pos:long "116.133003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1533'^^xsd:string;
  dwc:scientificName 'Onuphis opalina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '256'^^xsd:integer;
  dwc:longitude '116.133003'^^xsd:double;
  dwc:latitude '-7.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1160'^^xsd:integer;
  dwc:maximumDepth '1160'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:occurrenceRemarks '90 x 2-10 x 1 mm (anterior ends), fragments, 40 x 3-80 x 4 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130473'^^xsd:integer;
  dwc:observationDate '1951-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '130473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.63333"^^xsd:decimal ;
  dwc:decimalLongitude "116.133003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1160"^^xsd:integer ;
  dwc:maximumDepthInMeters "1160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.63333 116.133003)"^^geo:wktLiteral ;
  geo-pos:lat "-7.63333"^^xsd:decimal ;
  geo-pos:long "116.133003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1101'^^xsd:string;
  dwc:scientificName 'Ophiernus adspersus adspersus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '256'^^xsd:integer;
  dwc:longitude '116.133003'^^xsd:double;
  dwc:latitude '-7.63333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1160'^^xsd:integer;
  dwc:maximumDepth '1160'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Disk diameter 16 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_109-122.pdf'^^xsd:string;
  dwc:aphiaid '238139'^^xsd:integer;
  dwc:observationDate '1951-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '238139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7833"^^xsd:decimal ;
  dwc:decimalLongitude "116.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4330"^^xsd:integer ;
  dwc:maximumDepthInMeters "4330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  geo-pos:lat "12.7833"^^xsd:decimal ;
  geo-pos:long "116.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1250'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '185'^^xsd:integer;
  dwc:longitude '116.400002'^^xsd:double;
  dwc:latitude '12.7833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4330'^^xsd:integer;
  dwc:maximumDepth '4330'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Volcanic stones on Globigerina ooze. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:observationDate '1951-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7833"^^xsd:decimal ;
  dwc:decimalLongitude "116.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4330"^^xsd:integer ;
  dwc:maximumDepthInMeters "4330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  geo-pos:lat "12.7833"^^xsd:decimal ;
  geo-pos:long "116.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1714'^^xsd:string;
  dwc:scientificName 'Sergia inequalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '185'^^xsd:integer;
  dwc:longitude '116.400002'^^xsd:double;
  dwc:latitude '12.7833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4330'^^xsd:integer;
  dwc:maximumDepth '4330'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'carapace length 14,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '377609'^^xsd:integer;
  dwc:observationDate '1951-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1056499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7833"^^xsd:decimal ;
  dwc:decimalLongitude "116.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4330"^^xsd:integer ;
  dwc:maximumDepthInMeters "4330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  geo-pos:lat "12.7833"^^xsd:decimal ;
  geo-pos:long "116.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-57'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '185'^^xsd:integer;
  dwc:longitude '116.400002'^^xsd:double;
  dwc:latitude '12.7833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4330'^^xsd:integer;
  dwc:maximumDepth '4330'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 2.5 C on pebbles. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7833"^^xsd:decimal ;
  dwc:decimalLongitude "116.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4330"^^xsd:integer ;
  dwc:maximumDepthInMeters "4330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  geo-pos:lat "12.7833"^^xsd:decimal ;
  geo-pos:long "116.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-687'^^xsd:string;
  dwc:scientificName 'Thecocarpus tenuissima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '185'^^xsd:integer;
  dwc:longitude '116.400002'^^xsd:double;
  dwc:latitude '12.7833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4330'^^xsd:integer;
  dwc:maximumDepth '4330'^^xsd:integer;
  dwc:occurrenceRemarks 'One fragmentary specimen, consisting of a basal part of a colony with a single hydroclade. No corbula.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '428819'^^xsd:integer;
  dwc:observationDate '1951-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '284183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7833"^^xsd:decimal ;
  dwc:decimalLongitude "116.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4330"^^xsd:integer ;
  dwc:maximumDepthInMeters "4330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  geo-pos:lat "12.7833"^^xsd:decimal ;
  geo-pos:long "116.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-564'^^xsd:string;
  dwc:scientificName 'Cladorhiza microchela'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '185'^^xsd:integer;
  dwc:longitude '116.400002'^^xsd:double;
  dwc:latitude '12.7833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4330'^^xsd:integer;
  dwc:maximumDepth '4330'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168238'^^xsd:integer;
  dwc:observationDate '1951-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1466630'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7833"^^xsd:decimal ;
  dwc:decimalLongitude "116.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4330"^^xsd:integer ;
  dwc:maximumDepthInMeters "4330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  geo-pos:lat "12.7833"^^xsd:decimal ;
  geo-pos:long "116.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1154'^^xsd:string;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '185'^^xsd:integer;
  dwc:longitude '116.400002'^^xsd:double;
  dwc:latitude '12.7833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4330'^^xsd:integer;
  dwc:maximumDepth '4330'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:observationDate '1951-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7833"^^xsd:decimal ;
  dwc:decimalLongitude "116.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4330"^^xsd:integer ;
  dwc:maximumDepthInMeters "4330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  geo-pos:lat "12.7833"^^xsd:decimal ;
  geo-pos:long "116.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1595'^^xsd:string;
  dwc:scientificName 'Nainereis quadricuspida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '185'^^xsd:integer;
  dwc:longitude '116.400002'^^xsd:double;
  dwc:latitude '12.7833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4330'^^xsd:integer;
  dwc:maximumDepth '4330'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '28 x 3 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '154952'^^xsd:integer;
  dwc:observationDate '1951-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '130517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7833"^^xsd:decimal ;
  dwc:decimalLongitude "116.400002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4330"^^xsd:integer ;
  dwc:maximumDepthInMeters "4330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.400002)"^^geo:wktLiteral ;
  geo-pos:lat "12.7833"^^xsd:decimal ;
  geo-pos:long "116.400002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-593'^^xsd:string;
  dwc:scientificName 'Leptonema acuferum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '185'^^xsd:integer;
  dwc:longitude '116.400002'^^xsd:double;
  dwc:latitude '12.7833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4330'^^xsd:integer;
  dwc:maximumDepth '4330'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '428706'^^xsd:integer;
  dwc:observationDate '1951-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '171490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-488'^^xsd:string;
  dwc:scientificName 'Xylophaga grevei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '2 specimens and 1 left shell. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf'^^xsd:string;
  dwc:aphiaid '428846'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '428846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1267'^^xsd:string;
  dwc:scientificName 'Syringotrema auriculatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428526'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '428526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1265'^^xsd:string;
  dwc:scientificName 'Nelliella nelliformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428517'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '471827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1165'^^xsd:string;
  dwc:scientificName 'Phascolion collare'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 6,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266475'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '266475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-917'^^xsd:string;
  dwc:scientificName 'Phyllocomus balinensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ZMUC-POL-917 2 paratypes ZMUC-POL-918 Holotype complete, paratype one complete. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '330567'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '330567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-601'^^xsd:string;
  dwc:scientificName 'Cyliconema apertum maerenthali'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '428867'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '171451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1550'^^xsd:string;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '15 x 1 mm (anterior end, poor condition). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-698'^^xsd:string;
  dwc:scientificName 'Gymnangium expansum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:occurrenceRemarks 'One colony of 50 mm height, with hydranths and gonothecae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '284119'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '284119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1529'^^xsd:string;
  dwc:scientificName 'Kinbergonuphis proalopus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '30 x 4 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333710'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '333710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-668'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:occurrenceRemarks 'Some colonies of 5-8 mm height rising from a stolon creeping on unidentifiable hydroid. No gonosome.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1683'^^xsd:string;
  dwc:scientificName 'Melinna sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129168'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11510'^^xsd:string;
  dwc:scientificName 'Munida andamanica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11510 14,3 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '393058'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '392286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11500'^^xsd:string;
  dwc:scientificName 'Munidopsis rotundior'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, ZMUC CRU-11500 ov., 13,2 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392597'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '392597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-525'^^xsd:string;
  dwc:scientificName 'Munnopsis bathyalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 6,5 C 2 females and 4 males. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '256272'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '256272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.050003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41666 117.050003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41666"^^xsd:decimal ;
  geo-pos:long "117.050003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-999'^^xsd:string;
  dwc:scientificName 'Orphnurgus glaber'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.050003'^^xsd:double;
  dwc:latitude '-5.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '+ 2 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '213106'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '213106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.41666 117.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.41666 117.083)"^^geo:wktLiteral ;
  geo-pos:lat "-1.41666"^^xsd:decimal ;
  geo-pos:long "117.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-79'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus corniformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '235'^^xsd:integer;
  dwc:longitude '117.083'^^xsd:double;
  dwc:latitude '-1.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'on lamellibranch shells. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271291'^^xsd:integer;
  dwc:observationDate '1951-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '888450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.41666 117.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.41666"^^xsd:decimal ;
  dwc:decimalLongitude "117.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.41666 117.083)"^^geo:wktLiteral ;
  geo-pos:lat "-1.41666"^^xsd:decimal ;
  geo-pos:long "117.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1190'^^xsd:string;
  dwc:scientificName 'Aspidosiphon muelleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '235'^^xsd:integer;
  dwc:longitude '117.083'^^xsd:double;
  dwc:latitude '-1.41666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425058'^^xsd:integer;
  dwc:observationDate '1951-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '136037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11508'^^xsd:string;
  dwc:scientificName 'Uroptychus pilosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11508 6,0 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_014-066.pdf'^^xsd:string;
  dwc:aphiaid '392111'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '392111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11509'^^xsd:string;
  dwc:scientificName 'Uroptychus remotispinatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11509 ov., 12,0 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_014-066.pdf'^^xsd:string;
  dwc:aphiaid '392117'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '392117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1734'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 male carapace length 17,5 mm.   . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1120'^^xsd:string;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1547'^^xsd:string;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '30 x 6, 35 x 6 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-421'^^xsd:string;
  dwc:scientificName 'Byblis arcillis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '9 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '423246'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00037'^^xsd:string;
  dwc:scientificName 'Goniada clavata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00037) 35 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '240565'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '240565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1519'^^xsd:string;
  dwc:scientificName 'Hyalinoecia robusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '25 x 3, 40 x 7 mm, 2 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130463'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1422'^^xsd:string;
  dwc:scientificName 'Leanira quatrefagesi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '22 x 4 mm (anterior end), 1 fragment. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155223'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '155223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1554'^^xsd:string;
  dwc:scientificName 'Lumbrineris amboinensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '60 x 4 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333862'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '333862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1600"^^xsd:integer ;
  dwc:maximumDepthInMeters "1600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11501'^^xsd:string;
  dwc:scientificName 'Munidopsis nitida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1600'^^xsd:integer;
  dwc:maximumDepth '1600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11501 18,8 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392568'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '392568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1600"^^xsd:integer ;
  dwc:maximumDepthInMeters "1600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11502'^^xsd:string;
  dwc:scientificName 'Munidopsis rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1600'^^xsd:integer;
  dwc:maximumDepth '1600'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11502 19,2 mm, carapace broken in the other specimen. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107180'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '392211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1501'^^xsd:string;
  dwc:scientificName 'Nephtys squamosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 1 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '334156'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '334156'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1099'^^xsd:string;
  dwc:scientificName 'Ophiernus vallincola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'disk diameter 14-20 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_109-122.pdf'^^xsd:string;
  dwc:aphiaid '183311'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '183311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "117.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.93333 117.650002)"^^geo:wktLiteral ;
  geo-pos:lat "-4.93333"^^xsd:decimal ;
  geo-pos:long "117.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-263'^^xsd:string;
  dwc:scientificName 'Pallenopsis mollisima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '257'^^xsd:integer;
  dwc:longitude '117.650002'^^xsd:double;
  dwc:latitude '-4.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134736'^^xsd:integer;
  dwc:observationDate '1951-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '239944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2084"^^xsd:integer ;
  dwc:maximumDepthInMeters "2084"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11506'^^xsd:string;
  dwc:scientificName 'Uroptychus scambus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2084'^^xsd:integer;
  dwc:maximumDepth '2084'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11506 4,5 & 7,3 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_014-066.pdf'^^xsd:string;
  dwc:aphiaid '392121'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '1586366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-490'^^xsd:string;
  dwc:scientificName 'Xylophaga foliata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 3,6 C No records of any plant material from this station. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf'^^xsd:string;
  dwc:aphiaid '428844'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '428844'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-496'^^xsd:string;
  dwc:scientificName 'Xylophaga tubulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temperature; 3,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf"'^^xsd:string;
  dwc:aphiaid '428852'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '428852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-397'^^xsd:string;
  dwc:scientificName 'Paronesimoides lignivorus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen 5 mm. and one rear end. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428758'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '428758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-600'^^xsd:string;
  dwc:scientificName 'Pheronema barbulosclera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '171559'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '171559'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1730'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1female carapace length 10 mm.  . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1433'^^xsd:string;
  dwc:scientificName 'Sthenolepis japonica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '16 x 1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '209682'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '209682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1247'^^xsd:string;
  dwc:scientificName 'Stichopathes variabilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:occurrenceRemarks '3,6 C Numerous dead fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '283984'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '283984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-569'^^xsd:string;
  dwc:scientificName 'Tetilla disigmata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '171379'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '171379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1275'^^xsd:string;
  dwc:scientificName 'Farciminellum hexagonum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428510'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '428510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-444'^^xsd:string;
  dwc:scientificName 'Bathymedon candidus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 6,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428593'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '428593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4930"^^xsd:integer ;
  dwc:maximumDepthInMeters "4930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1240'^^xsd:string;
  dwc:scientificName 'Bathypathes patula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4930'^^xsd:integer;
  dwc:maximumDepth '4930'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '3,6 C juv.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '103323'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '103323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-420'^^xsd:string;
  dwc:scientificName 'Byblis arcillis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 10 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '423246'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1654'^^xsd:string;
  dwc:scientificName 'Cistenides sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,6 C 10 x 5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '157316'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '157316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1517'^^xsd:string;
  dwc:scientificName 'Hyalinoecia robusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:occurrenceRemarks '18 x 2-55 x 6 mm (anterior ends), 4 fragments, 4 tubes. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130463'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '130463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1521'^^xsd:string;
  dwc:scientificName 'Kinbergonuphis abyssalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Det as K. ?abyssalis 18 x 1 mm, tube of clay. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333687'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '333687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1420'^^xsd:string;
  dwc:scientificName 'Leanira quatrefagesi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '45 x 4 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155223'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '155223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-41'^^xsd:string;
  dwc:scientificName 'Molgula immunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253350'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '250937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2084"^^xsd:integer ;
  dwc:maximumDepthInMeters "2084"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11503'^^xsd:string;
  dwc:scientificName 'Munidopsis nitida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2084'^^xsd:integer;
  dwc:maximumDepth '2084'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11503 13,0 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392568'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '392568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2084"^^xsd:integer ;
  dwc:maximumDepthInMeters "2084"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11499'^^xsd:string;
  dwc:scientificName 'Munidopsis rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2084'^^xsd:integer;
  dwc:maximumDepth '2084'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11499 1 male (22,0 mm) 1 female (22,6 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107180'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '392211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2084"^^xsd:integer ;
  dwc:maximumDepthInMeters "2084"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11504'^^xsd:string;
  dwc:scientificName 'Munidopsis verrilli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2084'^^xsd:integer;
  dwc:maximumDepth '2084'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11504 20,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392640'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '392640'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.432999"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.432999)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.432999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-392'^^xsd:string;
  dwc:scientificName 'Onesimoides chelatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.432999'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '"Female, figured, 8,5 mm.; female, ovigerous, 9 mm.; ?sex 4,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '428743'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '428743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.61666 118.566002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.61666"^^xsd:decimal ;
  dwc:decimalLongitude "118.566002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.61666 118.566002)"^^geo:wktLiteral ;
  geo-pos:lat "-3.61666"^^xsd:decimal ;
  geo-pos:long "118.566002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1164'^^xsd:string;
  dwc:scientificName 'Phascolion collare'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.566002'^^xsd:double;
  dwc:latitude '-3.61666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266475'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '266475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.61666 118.566002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.61666"^^xsd:decimal ;
  dwc:decimalLongitude "118.566002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.61666 118.566002)"^^geo:wktLiteral ;
  geo-pos:lat "-3.61666"^^xsd:decimal ;
  geo-pos:long "118.566002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1208'^^xsd:string;
  dwc:scientificName 'Phascolosoma pelmum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '236'^^xsd:integer;
  dwc:longitude '118.566002'^^xsd:double;
  dwc:latitude '-3.61666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424955'^^xsd:integer;
  dwc:observationDate '1951-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '136075'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4940"^^xsd:integer ;
  dwc:maximumDepthInMeters "4970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-625'^^xsd:string;
  dwc:scientificName 'Typhlonus nasus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4940'^^xsd:integer;
  dwc:maximumDepth '4970'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,85 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_032-048.pdf'^^xsd:string;
  dwc:aphiaid '158777'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '158777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4940"^^xsd:integer ;
  dwc:maximumDepthInMeters "4970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-62'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4940'^^xsd:integer;
  dwc:maximumDepth '4970'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 3.8 C on stones. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4940"^^xsd:integer ;
  dwc:maximumDepthInMeters "4970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-657'^^xsd:string;
  dwc:scientificName 'Cryptolarella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4940'^^xsd:integer;
  dwc:maximumDepth '4970'^^xsd:integer;
  dwc:occurrenceRemarks 'Many (30-40) colonies on 5 worm tubes. Colonies scarcely branched, 20-30 mm long, basally polysiphonic, with remnants of hydranths and some empty gonothecae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-p'^^xsd:string;
  dwc:aphiaid '117684'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '117684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4940"^^xsd:integer ;
  dwc:maximumDepthInMeters "4970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-233'^^xsd:string;
  dwc:scientificName 'Galathealinum bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4940'^^xsd:integer;
  dwc:maximumDepth '4970'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'anterior section with a piece of the anterior part of the trunk. Most of the tentecles lost. Anterior section: 7 x 1 mm (Type). 1 tentacle-crown, 9 tubes, largest one 370 mm long, possibly broken. Record published in http://www.zmuc.dk/InverWeb/Galathea'^^xsd:string;
  dwc:aphiaid '265936'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '265936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4940"^^xsd:integer ;
  dwc:maximumDepthInMeters "4970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P771169'^^xsd:string;
  dwc:scientificName 'Bassozetus elongatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4940'^^xsd:integer;
  dwc:maximumDepth '4970'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC P771169-1171 2 male, 1 female SL 172-220 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '272788'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '272788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4890"^^xsd:integer ;
  dwc:maximumDepthInMeters "4890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1155'^^xsd:string;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4890'^^xsd:integer;
  dwc:maximumDepth '4890'^^xsd:integer;
  dwc:individualCount '75'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4940"^^xsd:integer ;
  dwc:maximumDepthInMeters "4970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-664'^^xsd:string;
  dwc:scientificName 'Halisiphonia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4940'^^xsd:integer;
  dwc:maximumDepth '4970'^^xsd:integer;
  dwc:occurrenceRemarks 'A large number of hydrothecae and some gonothecae rising from a stolon creeping on a worm tube.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '292327'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '289287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4940"^^xsd:integer ;
  dwc:maximumDepthInMeters "4970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P 23358-35'^^xsd:string;
  dwc:scientificName 'Ipnops meadi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4940'^^xsd:integer;
  dwc:maximumDepth '4970'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Cat. Nos P 23358-359 Std. l. 86-99 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_049-076.pdf'^^xsd:string;
  dwc:aphiaid '275831'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '275831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4940"^^xsd:integer ;
  dwc:maximumDepthInMeters "4970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1682'^^xsd:string;
  dwc:scientificName 'Melinna sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4940'^^xsd:integer;
  dwc:maximumDepth '4970'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129168'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '129168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5163"^^xsd:integer ;
  dwc:maximumDepthInMeters "5243"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11498'^^xsd:string;
  dwc:scientificName 'Munidopsis petila'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5163'^^xsd:integer;
  dwc:maximumDepth '5243'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, ZMUC CRU-11498 60,2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392580'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '392580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5163"^^xsd:integer ;
  dwc:maximumDepthInMeters "5243"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11597'^^xsd:string;
  dwc:scientificName 'Munidopsis profunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5163'^^xsd:integer;
  dwc:maximumDepth '5243'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype, ZMUC CRU-11597 (26,3-34,1 mm; smallest, holotype). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf"'^^xsd:string;
  dwc:aphiaid '392587'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '392587'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4940"^^xsd:integer ;
  dwc:maximumDepthInMeters "4970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-391'^^xsd:string;
  dwc:scientificName 'Onesimoides chelatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4940'^^xsd:integer;
  dwc:maximumDepth '4970'^^xsd:integer;
  dwc:individualCount '75'^^xsd:integer;
  dwc:occurrenceRemarks '"In Nipa palm fruit, first fruit with 2 males (first gnathopods figured), 4 females, 11 juveniles and 3 fragments; second fruit with 58 specimens. The animals had entered the nut via the micropyle which may have been eaten out.. Record published in http"'^^xsd:string;
  dwc:aphiaid '428743'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '428743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4940"^^xsd:integer ;
  dwc:maximumDepthInMeters "4970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-599'^^xsd:string;
  dwc:scientificName 'Oonema trifidum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4940'^^xsd:integer;
  dwc:maximumDepth '4970'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '192737'^^xsd:integer;
  dwc:observationDate '1951-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '171521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.9 120.066002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.066002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4600"^^xsd:integer ;
  dwc:maximumDepthInMeters "4600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.9 120.066002)"^^geo:wktLiteral ;
  geo-pos:lat "2.9"^^xsd:decimal ;
  geo-pos:long "120.066002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1741'^^xsd:string;
  dwc:scientificName 'Sergia challengeri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:longitude '120.066002'^^xsd:double;
  dwc:latitude '2.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4600'^^xsd:integer;
  dwc:maximumDepth '4600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 female carapace length 8 mm.  . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '377603'^^xsd:integer;
  dwc:observationDate '1951-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1056489'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.9 120.066002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.066002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4600"^^xsd:integer ;
  dwc:maximumDepthInMeters "4600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.9 120.066002)"^^geo:wktLiteral ;
  geo-pos:lat "2.9"^^xsd:decimal ;
  geo-pos:long "120.066002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1729'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:longitude '120.066002'^^xsd:double;
  dwc:latitude '2.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4600'^^xsd:integer;
  dwc:maximumDepth '4600'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '2 male carapace length 14-15,5 mm. 3 female carapace length 12-18,5 mm.  . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3666 120.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.3666"^^xsd:decimal ;
  dwc:decimalLongitude "120.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters "21"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3666 120.75)"^^geo:wktLiteral ;
  geo-pos:lat "14.3666"^^xsd:decimal ;
  geo-pos:long "120.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1222'^^xsd:string;
  dwc:scientificName 'Phascolosoma nigrescens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:julianDay '191'^^xsd:integer;
  dwc:longitude '120.75'^^xsd:double;
  dwc:latitude '14.3666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:maximumDepth '21'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220538'^^xsd:integer;
  dwc:observationDate '1951-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '220538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 121.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9"^^xsd:decimal ;
  dwc:decimalLongitude "121.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5050"^^xsd:integer ;
  dwc:maximumDepthInMeters "5050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 121.5)"^^geo:wktLiteral ;
  geo-pos:lat "7.9"^^xsd:decimal ;
  geo-pos:long "121.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-479'^^xsd:string;
  dwc:scientificName 'Xylophaga erecta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:longitude '121.5'^^xsd:double;
  dwc:latitude '7.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5050'^^xsd:integer;
  dwc:maximumDepth '5050'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature: 10,6 C 4 pairs of shells with the mesoplax in situ and about 25 separate shells. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf'^^xsd:string;
  dwc:aphiaid '428843'^^xsd:integer;
  dwc:observationDate '1951-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '428843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 121.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9"^^xsd:decimal ;
  dwc:decimalLongitude "121.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5050"^^xsd:integer ;
  dwc:maximumDepthInMeters "5050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 121.5)"^^geo:wktLiteral ;
  geo-pos:lat "7.9"^^xsd:decimal ;
  geo-pos:long "121.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-482'^^xsd:string;
  dwc:scientificName 'Xylophaga lobata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:longitude '121.5'^^xsd:double;
  dwc:latitude '7.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5050'^^xsd:integer;
  dwc:maximumDepth '5050'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 10,6 C 40 specimens preserved in alcohol, 9 dried up specimens and an unknown number of specimens left in the plant debris. One of the dried up specimens has been selected as the type.. Record published in http://www.zmuc.dk/InverWeb/'^^xsd:string;
  dwc:aphiaid '428849'^^xsd:integer;
  dwc:observationDate '1951-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '428849'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 121.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9"^^xsd:decimal ;
  dwc:decimalLongitude "121.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5050"^^xsd:integer ;
  dwc:maximumDepthInMeters "5050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 121.5)"^^geo:wktLiteral ;
  geo-pos:lat "7.9"^^xsd:decimal ;
  geo-pos:long "121.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-494'^^xsd:string;
  dwc:scientificName 'Xylophaga wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:longitude '121.5'^^xsd:double;
  dwc:latitude '7.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5050'^^xsd:integer;
  dwc:maximumDepth '5050'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temperature; 10,6 C Both were somewhat corroded and slightly damaged.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf"'^^xsd:string;
  dwc:aphiaid '428854'^^xsd:integer;
  dwc:observationDate '1951-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '428846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 121.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9"^^xsd:decimal ;
  dwc:decimalLongitude "121.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5050"^^xsd:integer ;
  dwc:maximumDepthInMeters "5050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 121.5)"^^geo:wktLiteral ;
  geo-pos:lat "7.9"^^xsd:decimal ;
  geo-pos:long "121.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00040'^^xsd:string;
  dwc:scientificName 'Neanthes suluensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:longitude '121.5'^^xsd:double;
  dwc:latitude '7.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5050'^^xsd:integer;
  dwc:maximumDepth '5050'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00040) 25 x 1 mm (somewhat damaged). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '329474'^^xsd:integer;
  dwc:observationDate '1951-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '329474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 121.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9"^^xsd:decimal ;
  dwc:decimalLongitude "121.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5050"^^xsd:integer ;
  dwc:maximumDepthInMeters "5050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 121.5)"^^geo:wktLiteral ;
  geo-pos:lat "7.9"^^xsd:decimal ;
  geo-pos:long "121.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1728'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:longitude '121.5'^^xsd:double;
  dwc:latitude '7.9'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '5050'^^xsd:integer;
  dwc:maximumDepth '5050'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 male carapace length 13,5 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-567'^^xsd:string;
  dwc:scientificName 'Tylodesma microchela'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '428828'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-568'^^xsd:string;
  dwc:scientificName 'Tylodesma vestibularis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '194500'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '168312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1460'^^xsd:string;
  dwc:scientificName 'Typosyllis armillaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 0,5, 15 x 0,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '156681'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '131415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00038'^^xsd:string;
  dwc:scientificName 'Typosyllis bathyalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00038) 8 X 0,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '340073'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-495'^^xsd:string;
  dwc:scientificName 'Xylophaga bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf'^^xsd:string;
  dwc:aphiaid '428840'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '507032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-487'^^xsd:string;
  dwc:scientificName 'Xylophaga grevei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:occurrenceRemarks '4 nearly compele shells and some fragments. Mesoplax and soft parts are lacking. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf'^^xsd:string;
  dwc:aphiaid '428846'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '428846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1448'^^xsd:string;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '25 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1653'^^xsd:string;
  dwc:scientificName 'Pectinaria antipoda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '15 x 5, 20 x 10, 60 x 9 mm (complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '330431'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '330431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1745'^^xsd:string;
  dwc:scientificName 'Sergia fulgens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 male carapace length 10 mm. 1 juvenile carapace length 4,5 mm.  . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '377606'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1056490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1707'^^xsd:string;
  dwc:scientificName 'Sergia japonica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '107135'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '377752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1727'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 male carapace length 16 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-61'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 10 C on a calcareous tube and living lamellibranchs. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1651'^^xsd:string;
  dwc:scientificName 'Tetreres philippinensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '35 x 7, 40 x 7, 40 x 7, 65 x 7, 70 x 7 mm (all anterior parts). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '334912'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '334912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-849'^^xsd:string;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '37'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 11,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-597'^^xsd:string;
  dwc:scientificName 'Cyliconema polycaulum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '428629'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '171469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-469'^^xsd:string;
  dwc:scientificName 'Bathyceradocus stephenseni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Female 15 mm, juvenile 7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428591'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '428591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-979'^^xsd:string;
  dwc:scientificName 'Bathypectinura heros'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'd.d. 10-33 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_133-144.pdf'^^xsd:string;
  dwc:aphiaid '124814'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '124814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1516'^^xsd:string;
  dwc:scientificName 'Hyalinoecia robusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '40 setigers, 40 x 5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130463'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '130463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-566'^^xsd:string;
  dwc:scientificName 'Latrunculia palmata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '233904'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '233904'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1419'^^xsd:string;
  dwc:scientificName 'Leanira quatrefagesi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '22 x 6, 30 x 8, 32 x 7 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155223'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '155223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-598'^^xsd:string;
  dwc:scientificName 'Lophocalyx suluanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '171959'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '171959'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1570'^^xsd:string;
  dwc:scientificName 'Lumbrineris latreilli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '45 x 2 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130248'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '130248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1551'^^xsd:string;
  dwc:scientificName 'Marphysa belli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Det as M. ?belli 40 x 5 mm 8anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333968'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11474'^^xsd:string;
  dwc:scientificName 'Munida major'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11474 3 male (18,7-25,2 mm.) 1 female (23,3 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392373'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1606471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11493'^^xsd:string;
  dwc:scientificName 'Munidopsis bispinoculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11493 10,2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392486'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '392486'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11495'^^xsd:string;
  dwc:scientificName 'Munidopsis cylindropus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11495 10,1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392510'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '392510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1510"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11496'^^xsd:string;
  dwc:scientificName 'Munidopsis serricornis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1510'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11496 5 male (6,9-9,9 mm) 2 female (8,6, 9,7 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107181'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1457'^^xsd:string;
  dwc:scientificName 'Leocratides filamentosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '15 x2, 18 x 4, 20 x 4, 22 x 4, 23 x 5, 27 x 4, 28 x 4 mm, 1 posterior end: 20 x 4 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '328720'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '328720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1411'^^xsd:string;
  dwc:scientificName 'Panthalis fauveli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '25 x 12 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '330257'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '330257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1413'^^xsd:string;
  dwc:scientificName 'Panthalis mutilata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '28 x 11 mm, fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '334335'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '334335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.150002"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.150002)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.150002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-765'^^xsd:string;
  dwc:scientificName 'Molgula immunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:longitude '124.150002'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_091-098.pdf'^^xsd:string;
  dwc:aphiaid '253350'^^xsd:integer;
  dwc:observationDate '1951-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '250937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2"^^xsd:decimal ;
  dwc:decimalLongitude "124.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  geo-pos:lat "10.2"^^xsd:decimal ;
  geo-pos:long "124.233002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-360'^^xsd:string;
  dwc:scientificName 'Symphurus holothuriae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:longitude '124.233002'^^xsd:double;
  dwc:latitude '10.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '"Std.l. 45 mm Gear; ST300 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_219-226.pdf"'^^xsd:string;
  dwc:aphiaid '305638'^^xsd:integer;
  dwc:observationDate '1951-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '219861'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2"^^xsd:decimal ;
  dwc:decimalLongitude "124.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  geo-pos:lat "10.2"^^xsd:decimal ;
  geo-pos:long "124.233002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-596'^^xsd:string;
  dwc:scientificName 'Pteronema globus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:longitude '124.233002'^^xsd:double;
  dwc:latitude '10.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '428783'^^xsd:integer;
  dwc:observationDate '1951-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '396986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2"^^xsd:decimal ;
  dwc:decimalLongitude "124.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  geo-pos:lat "10.2"^^xsd:decimal ;
  geo-pos:long "124.233002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-565'^^xsd:string;
  dwc:scientificName 'Rhizaxinella nuda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:longitude '124.233002'^^xsd:double;
  dwc:latitude '10.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '170826'^^xsd:integer;
  dwc:observationDate '1951-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '170826'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2"^^xsd:decimal ;
  dwc:decimalLongitude "124.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  geo-pos:lat "10.2"^^xsd:decimal ;
  geo-pos:long "124.233002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1744'^^xsd:string;
  dwc:scientificName 'Sergia fulgens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:longitude '124.233002'^^xsd:double;
  dwc:latitude '10.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 male carapace length 10,5 mm. 1 juvenile carapace length 5,5 mm.  . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '377606'^^xsd:integer;
  dwc:observationDate '1951-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1056490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2"^^xsd:decimal ;
  dwc:decimalLongitude "124.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  geo-pos:lat "10.2"^^xsd:decimal ;
  geo-pos:long "124.233002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1706'^^xsd:string;
  dwc:scientificName 'Sergia japonica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:longitude '124.233002'^^xsd:double;
  dwc:latitude '10.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 11 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '107135'^^xsd:integer;
  dwc:observationDate '1951-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '377752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2"^^xsd:decimal ;
  dwc:decimalLongitude "124.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  geo-pos:lat "10.2"^^xsd:decimal ;
  geo-pos:long "124.233002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-59'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:longitude '124.233002'^^xsd:double;
  dwc:latitude '10.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:individualCount '60'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 10-11 C on stones, slag, pieces of wood and shells of gastropods and lamellibranchs. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2"^^xsd:decimal ;
  dwc:decimalLongitude "124.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  geo-pos:lat "10.2"^^xsd:decimal ;
  geo-pos:long "124.233002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-536'^^xsd:string;
  dwc:scientificName 'Clavularia tubaria'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:longitude '124.233002'^^xsd:double;
  dwc:latitude '10.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:occurrenceRemarks 'Un grand nombre de polypes fix+¬s par leur stolon sur des Eponges.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_043-058.pdf'^^xsd:string;
  dwc:aphiaid '428616'^^xsd:integer;
  dwc:observationDate '1951-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '418844'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2"^^xsd:decimal ;
  dwc:decimalLongitude "124.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  geo-pos:lat "10.2"^^xsd:decimal ;
  geo-pos:long "124.233002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1203'^^xsd:string;
  dwc:scientificName 'Cloeosiphon aspergillum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:longitude '124.233002'^^xsd:double;
  dwc:latitude '10.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220545'^^xsd:integer;
  dwc:observationDate '1951-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '266631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2"^^xsd:decimal ;
  dwc:decimalLongitude "124.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  geo-pos:lat "10.2"^^xsd:decimal ;
  geo-pos:long "124.233002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1348'^^xsd:string;
  dwc:scientificName 'Bockiella angusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:longitude '124.233002'^^xsd:double;
  dwc:latitude '10.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183018'^^xsd:integer;
  dwc:observationDate '1951-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '183018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2"^^xsd:decimal ;
  dwc:decimalLongitude "124.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  geo-pos:lat "10.2"^^xsd:decimal ;
  geo-pos:long "124.233002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11475'^^xsd:string;
  dwc:scientificName 'Munida curvirostris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:longitude '124.233002'^^xsd:double;
  dwc:latitude '10.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11475 1 male (13,4 mm.), 3 sp. (sex indet. 5,4-10,4 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392319'^^xsd:integer;
  dwc:observationDate '1951-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1606154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2"^^xsd:decimal ;
  dwc:decimalLongitude "124.233002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2 124.233002)"^^geo:wktLiteral ;
  geo-pos:lat "10.2"^^xsd:decimal ;
  geo-pos:long "124.233002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11476'^^xsd:string;
  dwc:scientificName 'Munida rufiantennulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:longitude '124.233002'^^xsd:double;
  dwc:latitude '10.2'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11476 8,2, 15,3 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392435'^^xsd:integer;
  dwc:observationDate '1951-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1609270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.45"^^xsd:decimal ;
  dwc:decimalLongitude "124.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  geo-pos:lat "10.45"^^xsd:decimal ;
  geo-pos:long "124.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-359'^^xsd:string;
  dwc:scientificName 'Symphurus holothuriae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '206'^^xsd:integer;
  dwc:longitude '124.300003'^^xsd:double;
  dwc:latitude '10.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '"Std.l. 48 mm Gear; ST300 . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_219-226.pdf"'^^xsd:string;
  dwc:aphiaid '305638'^^xsd:integer;
  dwc:observationDate '1951-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '219861'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.45"^^xsd:decimal ;
  dwc:decimalLongitude "124.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  geo-pos:lat "10.45"^^xsd:decimal ;
  geo-pos:long "124.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-595'^^xsd:string;
  dwc:scientificName 'Pararete farreopsis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '206'^^xsd:integer;
  dwc:longitude '124.300003'^^xsd:double;
  dwc:latitude '10.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '171721'^^xsd:integer;
  dwc:observationDate '1951-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '171721'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.45"^^xsd:decimal ;
  dwc:decimalLongitude "124.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  geo-pos:lat "10.45"^^xsd:decimal ;
  geo-pos:long "124.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1126'^^xsd:string;
  dwc:scientificName 'Siphonosoma cumanense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '206'^^xsd:integer;
  dwc:longitude '124.300003'^^xsd:double;
  dwc:latitude '10.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220533'^^xsd:integer;
  dwc:observationDate '1951-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '220533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.45"^^xsd:decimal ;
  dwc:decimalLongitude "124.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  geo-pos:lat "10.45"^^xsd:decimal ;
  geo-pos:long "124.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-58'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '206'^^xsd:integer;
  dwc:longitude '124.300003'^^xsd:double;
  dwc:latitude '10.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:individualCount '60'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 10-11 C on sponges (Farrea), wooden pegs, and shells of living gastropods and lamellibranchs. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.45"^^xsd:decimal ;
  dwc:decimalLongitude "124.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  geo-pos:lat "10.45"^^xsd:decimal ;
  geo-pos:long "124.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1201'^^xsd:string;
  dwc:scientificName 'Cloeosiphon aspergillum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '206'^^xsd:integer;
  dwc:longitude '124.300003'^^xsd:double;
  dwc:latitude '10.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '750'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220545'^^xsd:integer;
  dwc:observationDate '1951-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '266631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.45"^^xsd:decimal ;
  dwc:decimalLongitude "124.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  geo-pos:lat "10.45"^^xsd:decimal ;
  geo-pos:long "124.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1546'^^xsd:string;
  dwc:scientificName 'Eunice laticeps'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '206'^^xsd:integer;
  dwc:longitude '124.300003'^^xsd:double;
  dwc:latitude '10.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '65 x 10 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '327710'^^xsd:integer;
  dwc:observationDate '1951-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '1424750'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.45"^^xsd:decimal ;
  dwc:decimalLongitude "124.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  geo-pos:lat "10.45"^^xsd:decimal ;
  geo-pos:long "124.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-594'^^xsd:string;
  dwc:scientificName 'Euplectella timorensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '206'^^xsd:integer;
  dwc:longitude '124.300003'^^xsd:double;
  dwc:latitude '10.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '171909'^^xsd:integer;
  dwc:observationDate '1951-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '171909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.45"^^xsd:decimal ;
  dwc:decimalLongitude "124.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  geo-pos:lat "10.45"^^xsd:decimal ;
  geo-pos:long "124.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1151'^^xsd:string;
  dwc:scientificName 'Golfingia sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '206'^^xsd:integer;
  dwc:longitude '124.300003'^^xsd:double;
  dwc:latitude '10.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '750'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:observationDate '1951-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.45"^^xsd:decimal ;
  dwc:decimalLongitude "124.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "836"^^xsd:integer ;
  dwc:maximumDepthInMeters "836"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  geo-pos:lat "10.45"^^xsd:decimal ;
  geo-pos:long "124.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11480'^^xsd:string;
  dwc:scientificName 'Munida curvirostris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '206'^^xsd:integer;
  dwc:longitude '124.300003'^^xsd:double;
  dwc:latitude '10.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '836'^^xsd:integer;
  dwc:maximumDepth '836'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11480 12,8 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392319'^^xsd:integer;
  dwc:observationDate '1951-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '1606154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.45"^^xsd:decimal ;
  dwc:decimalLongitude "124.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "836"^^xsd:integer ;
  dwc:maximumDepthInMeters "836"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.45 124.300003)"^^geo:wktLiteral ;
  geo-pos:lat "10.45"^^xsd:decimal ;
  geo-pos:long "124.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11481'^^xsd:string;
  dwc:scientificName 'Munida rufiantennulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '206'^^xsd:integer;
  dwc:longitude '124.300003'^^xsd:double;
  dwc:latitude '10.45'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '836'^^xsd:integer;
  dwc:maximumDepth '836'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11481 2 male (6,7, 13,4 mm.) 1 female (13,3 mm.). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392435'^^xsd:integer;
  dwc:observationDate '1951-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '1609270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 125.532997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "125.532997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 125.532997)"^^geo:wktLiteral ;
  geo-pos:lat "10.3333"^^xsd:decimal ;
  geo-pos:long "125.532997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1223'^^xsd:string;
  dwc:scientificName 'Phascolosoma nigrescens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '197'^^xsd:integer;
  dwc:longitude '125.532997'^^xsd:double;
  dwc:latitude '10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220538'^^xsd:integer;
  dwc:observationDate '1951-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '220538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6 125.765999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6"^^xsd:decimal ;
  dwc:decimalLongitude "125.765999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6 125.765999)"^^geo:wktLiteral ;
  geo-pos:lat "9.6"^^xsd:decimal ;
  geo-pos:long "125.765999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1225'^^xsd:string;
  dwc:scientificName 'Phascolosoma noduliferum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:julianDay '211'^^xsd:integer;
  dwc:longitude '125.765999'^^xsd:double;
  dwc:latitude '9.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266503'^^xsd:integer;
  dwc:observationDate '1951-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '266503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.66666 125.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.66666"^^xsd:decimal ;
  dwc:decimalLongitude "125.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.66666 125.916)"^^geo:wktLiteral ;
  geo-pos:lat "9.66666"^^xsd:decimal ;
  geo-pos:long "125.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1202'^^xsd:string;
  dwc:scientificName 'Cloeosiphon aspergillum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '210'^^xsd:integer;
  dwc:longitude '125.916'^^xsd:double;
  dwc:latitude '9.66666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220545'^^xsd:integer;
  dwc:observationDate '1951-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '266631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4333 126.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "126.083"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4333 126.083)"^^geo:wktLiteral ;
  geo-pos:lat "10.4333"^^xsd:decimal ;
  geo-pos:long "126.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1147'^^xsd:string;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '205'^^xsd:integer;
  dwc:longitude '126.083'^^xsd:double;
  dwc:latitude '10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:observationDate '1951-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4333 126.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "126.083"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4333 126.083)"^^geo:wktLiteral ;
  geo-pos:lat "10.4333"^^xsd:decimal ;
  geo-pos:long "126.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00043'^^xsd:string;
  dwc:scientificName 'Kinbergonuphis bathyalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '205'^^xsd:integer;
  dwc:longitude '126.083'^^xsd:double;
  dwc:latitude '10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00043) 60 x 5 mm (anterior 101 setigers). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333691'^^xsd:integer;
  dwc:observationDate '1951-07-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4333 126.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "126.083"^^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 "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4333 126.083)"^^geo:wktLiteral ;
  geo-pos:lat "10.4333"^^xsd:decimal ;
  geo-pos:long "126.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1610'^^xsd:string;
  dwc:scientificName 'Magelona pacifica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '205'^^xsd:integer;
  dwc:longitude '126.083'^^xsd:double;
  dwc:latitude '10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '12 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '329151'^^xsd:integer;
  dwc:observationDate '1951-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '329151'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3166 126.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3166"^^xsd:decimal ;
  dwc:decimalLongitude "126.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10150"^^xsd:integer ;
  dwc:maximumDepthInMeters "10210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3166 126.650002)"^^geo:wktLiteral ;
  geo-pos:lat "10.3166"^^xsd:decimal ;
  geo-pos:long "126.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-715'^^xsd:string;
  dwc:scientificName 'Vitjazema sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '203'^^xsd:integer;
  dwc:longitude '126.650002'^^xsd:double;
  dwc:latitude '10.3166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10150'^^xsd:integer;
  dwc:maximumDepth '10210'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'The collections from st. 419 contained a small green echiuroid with long chaetes. According to the drawing published by Bruun et al and reproduced here this is a specimen related to the genus Vitjazema. Unfortunately, the fragment is no more available..'^^xsd:string;
  dwc:aphiaid '182904'^^xsd:integer;
  dwc:observationDate '1951-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '182904'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3166 126.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3166"^^xsd:decimal ;
  dwc:decimalLongitude "126.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10150"^^xsd:integer ;
  dwc:maximumDepthInMeters "10210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3166 126.650002)"^^geo:wktLiteral ;
  geo-pos:lat "10.3166"^^xsd:decimal ;
  geo-pos:long "126.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-131'^^xsd:string;
  dwc:scientificName 'Galatheanthemum hadale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '203'^^xsd:integer;
  dwc:longitude '126.650002'^^xsd:double;
  dwc:latitude '10.3166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10150'^^xsd:integer;
  dwc:maximumDepth '10210'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:occurrenceRemarks '4 larger and 14 small specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '287448'^^xsd:integer;
  dwc:observationDate '1951-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '287448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3166 126.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3166"^^xsd:decimal ;
  dwc:decimalLongitude "126.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10150"^^xsd:integer ;
  dwc:maximumDepthInMeters "10210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3166 126.650002)"^^geo:wktLiteral ;
  geo-pos:lat "10.3166"^^xsd:decimal ;
  geo-pos:long "126.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-193'^^xsd:string;
  dwc:scientificName 'Macellicephala hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '203'^^xsd:integer;
  dwc:longitude '126.650002'^^xsd:double;
  dwc:latitude '10.3166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10150'^^xsd:integer;
  dwc:maximumDepth '10210'^^xsd:integer;
  dwc:occurrenceRemarks '1 probosc., abnormal with 3 teeth. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337684'^^xsd:integer;
  dwc:observationDate '1951-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '333091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3166 126.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3166"^^xsd:decimal ;
  dwc:decimalLongitude "126.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10150"^^xsd:integer ;
  dwc:maximumDepthInMeters "10210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3166 126.650002)"^^geo:wktLiteral ;
  geo-pos:lat "10.3166"^^xsd:decimal ;
  geo-pos:long "126.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-180'^^xsd:string;
  dwc:scientificName 'Myriotrochus bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '203'^^xsd:integer;
  dwc:longitude '126.650002'^^xsd:double;
  dwc:latitude '10.3166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10150'^^xsd:integer;
  dwc:maximumDepth '10210'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428726'^^xsd:integer;
  dwc:observationDate '1951-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '529618'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4666 126.650002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4666"^^xsd:decimal ;
  dwc:decimalLongitude "126.650002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10120"^^xsd:integer ;
  dwc:maximumDepthInMeters "10120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4666 126.650002)"^^geo:wktLiteral ;
  geo-pos:lat "10.4666"^^xsd:decimal ;
  geo-pos:long "126.650002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-181'^^xsd:string;
  dwc:scientificName 'Myriotrochus bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '208'^^xsd:integer;
  dwc:longitude '126.650002'^^xsd:double;
  dwc:latitude '10.4666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10120'^^xsd:integer;
  dwc:maximumDepth '10120'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428726'^^xsd:integer;
  dwc:observationDate '1951-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '529618'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4333 126.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "126.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10040"^^xsd:integer ;
  dwc:maximumDepthInMeters "10040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4333 126.666)"^^geo:wktLiteral ;
  geo-pos:lat "10.4333"^^xsd:decimal ;
  geo-pos:long "126.666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1740'^^xsd:string;
  dwc:scientificName 'Sergia challengeri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:longitude '126.666'^^xsd:double;
  dwc:latitude '10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10040'^^xsd:integer;
  dwc:maximumDepth '10040'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 female carapace length 12,5 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '377603'^^xsd:integer;
  dwc:observationDate '1951-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '1056489'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4333 126.666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "126.666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10040"^^xsd:integer ;
  dwc:maximumDepthInMeters "10040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4333 126.666)"^^geo:wktLiteral ;
  geo-pos:lat "10.4333"^^xsd:decimal ;
  geo-pos:long "126.666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1715'^^xsd:string;
  dwc:scientificName 'Sergia inequalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:longitude '126.666'^^xsd:double;
  dwc:latitude '10.4333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10040'^^xsd:integer;
  dwc:maximumDepth '10040'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'carapace length 11,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '377609'^^xsd:integer;
  dwc:observationDate '1951-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '1056499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "126.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10000"^^xsd:integer ;
  dwc:maximumDepthInMeters "9820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  geo-pos:lat "10.3333"^^xsd:decimal ;
  geo-pos:long "126.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-821'^^xsd:string;
  dwc:scientificName 'Yoldiella hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:longitude '126.682999'^^xsd:double;
  dwc:latitude '10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10000'^^xsd:integer;
  dwc:maximumDepth '9820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428858'^^xsd:integer;
  dwc:observationDate '1951-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '506536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "126.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10000"^^xsd:integer ;
  dwc:maximumDepthInMeters "9820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  geo-pos:lat "10.3333"^^xsd:decimal ;
  geo-pos:long "126.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-93'^^xsd:string;
  dwc:scientificName 'Pardaliscoides longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:longitude '126.682999'^^xsd:double;
  dwc:latitude '10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10000'^^xsd:integer;
  dwc:maximumDepth '9820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '4.5 mm, immature type. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428754'^^xsd:integer;
  dwc:observationDate '1951-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '428754'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "126.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9790"^^xsd:integer ;
  dwc:maximumDepthInMeters "9790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  geo-pos:lat "10.3333"^^xsd:decimal ;
  geo-pos:long "126.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-159'^^xsd:string;
  dwc:scientificName 'Scotoplanes galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:longitude '126.682999'^^xsd:double;
  dwc:latitude '10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '9790'^^xsd:integer;
  dwc:maximumDepth '9790'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428805'^^xsd:integer;
  dwc:observationDate '1951-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '428636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "126.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10000"^^xsd:integer ;
  dwc:maximumDepthInMeters "9820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  geo-pos:lat "10.3333"^^xsd:decimal ;
  geo-pos:long "126.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1080'^^xsd:string;
  dwc:scientificName 'Ellipinion galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:longitude '126.682999'^^xsd:double;
  dwc:latitude '10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10000'^^xsd:integer;
  dwc:maximumDepth '9820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '428636'^^xsd:integer;
  dwc:observationDate '1951-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '428636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "126.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10000"^^xsd:integer ;
  dwc:maximumDepthInMeters "9820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  geo-pos:lat "10.3333"^^xsd:decimal ;
  geo-pos:long "126.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-132'^^xsd:string;
  dwc:scientificName 'Galatheanthemum hadale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:longitude '126.682999'^^xsd:double;
  dwc:latitude '10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10000'^^xsd:integer;
  dwc:maximumDepth '9820'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 large and 1 small specimen. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '287448'^^xsd:integer;
  dwc:observationDate '1951-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '287448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "126.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10000"^^xsd:integer ;
  dwc:maximumDepthInMeters "9820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.682999)"^^geo:wktLiteral ;
  geo-pos:lat "10.3333"^^xsd:decimal ;
  geo-pos:long "126.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-237'^^xsd:string;
  dwc:scientificName 'Macrostylis galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:longitude '126.682999'^^xsd:double;
  dwc:latitude '10.3333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10000'^^xsd:integer;
  dwc:maximumDepth '9820'^^xsd:integer;
  dwc:occurrenceRemarks '"Botton temp. 2,6 C Anterior half (head + 4 somites) of 1 specimen which is proably a male; posterior half of 2 females (respectively 5 and 3 pereion somites + pleon; posterior half of 1 male (3 pereion somites + pleon). Record published in http://www."'^^xsd:string;
  dwc:aphiaid '256104'^^xsd:integer;
  dwc:observationDate '1951-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '256104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2166"^^xsd:decimal ;
  dwc:decimalLongitude "126.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10150"^^xsd:integer ;
  dwc:maximumDepthInMeters "10190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  geo-pos:lat "10.2166"^^xsd:decimal ;
  geo-pos:long "126.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-800'^^xsd:string;
  dwc:scientificName 'Sarepta hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '202'^^xsd:integer;
  dwc:longitude '126.716003'^^xsd:double;
  dwc:latitude '10.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10150'^^xsd:integer;
  dwc:maximumDepth '10190'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428799'^^xsd:integer;
  dwc:observationDate '1951-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '506532'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2166"^^xsd:decimal ;
  dwc:decimalLongitude "126.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10150"^^xsd:integer ;
  dwc:maximumDepthInMeters "10190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  geo-pos:lat "10.2166"^^xsd:decimal ;
  geo-pos:long "126.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-129'^^xsd:string;
  dwc:scientificName 'Galatheanthemum hadale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '202'^^xsd:integer;
  dwc:longitude '126.716003'^^xsd:double;
  dwc:latitude '10.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10150'^^xsd:integer;
  dwc:maximumDepth '10190'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '287448'^^xsd:integer;
  dwc:observationDate '1951-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '287448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2166"^^xsd:decimal ;
  dwc:decimalLongitude "126.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10150"^^xsd:integer ;
  dwc:maximumDepthInMeters "10190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  geo-pos:lat "10.2166"^^xsd:decimal ;
  geo-pos:long "126.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-130'^^xsd:string;
  dwc:scientificName 'Galatheanthemum hadale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '202'^^xsd:integer;
  dwc:longitude '126.716003'^^xsd:double;
  dwc:latitude '10.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10150'^^xsd:integer;
  dwc:maximumDepth '10190'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:occurrenceRemarks '5 larger and 15 small specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '287448'^^xsd:integer;
  dwc:observationDate '1951-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '287448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2166"^^xsd:decimal ;
  dwc:decimalLongitude "126.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10150"^^xsd:integer ;
  dwc:maximumDepthInMeters "10190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  geo-pos:lat "10.2166"^^xsd:decimal ;
  geo-pos:long "126.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-95'^^xsd:string;
  dwc:scientificName 'Halice secunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '202'^^xsd:integer;
  dwc:longitude '126.716003'^^xsd:double;
  dwc:latitude '10.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10150'^^xsd:integer;
  dwc:maximumDepth '10190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '237114'^^xsd:integer;
  dwc:observationDate '1951-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '237114'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2166"^^xsd:decimal ;
  dwc:decimalLongitude "126.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10150"^^xsd:integer ;
  dwc:maximumDepthInMeters "10190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  geo-pos:lat "10.2166"^^xsd:decimal ;
  geo-pos:long "126.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-81'^^xsd:string;
  dwc:scientificName 'Hirondellea gigas'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '202'^^xsd:integer;
  dwc:longitude '126.716003'^^xsd:double;
  dwc:latitude '10.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10150'^^xsd:integer;
  dwc:maximumDepth '10190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'about 22 mm. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428677'^^xsd:integer;
  dwc:observationDate '1951-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '428677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2166"^^xsd:decimal ;
  dwc:decimalLongitude "126.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10150"^^xsd:integer ;
  dwc:maximumDepthInMeters "10190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  geo-pos:lat "10.2166"^^xsd:decimal ;
  geo-pos:long "126.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-192'^^xsd:string;
  dwc:scientificName 'Macellicephala hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '202'^^xsd:integer;
  dwc:longitude '126.716003'^^xsd:double;
  dwc:latitude '10.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10150'^^xsd:integer;
  dwc:maximumDepth '10190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 fragment of the anterior part of the intestine, purplish coloured. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337684'^^xsd:integer;
  dwc:observationDate '1951-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '333091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2166"^^xsd:decimal ;
  dwc:decimalLongitude "126.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10150"^^xsd:integer ;
  dwc:maximumDepthInMeters "10190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2166 126.716003)"^^geo:wktLiteral ;
  geo-pos:lat "10.2166"^^xsd:decimal ;
  geo-pos:long "126.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-179'^^xsd:string;
  dwc:scientificName 'Myriotrochus bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '202'^^xsd:integer;
  dwc:longitude '126.716003'^^xsd:double;
  dwc:latitude '10.2166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10150'^^xsd:integer;
  dwc:maximumDepth '10190'^^xsd:integer;
  dwc:individualCount '96'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428726'^^xsd:integer;
  dwc:observationDate '1951-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '529618'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.81666 126.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.81666"^^xsd:decimal ;
  dwc:decimalLongitude "126.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10020"^^xsd:integer ;
  dwc:maximumDepthInMeters "10120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.81666 126.733002)"^^geo:wktLiteral ;
  geo-pos:lat "9.81666"^^xsd:decimal ;
  geo-pos:long "126.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-82'^^xsd:string;
  dwc:scientificName 'Hirondellea gigas'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:julianDay '214'^^xsd:integer;
  dwc:longitude '126.733002'^^xsd:double;
  dwc:latitude '9.81666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '10020'^^xsd:integer;
  dwc:maximumDepth '10120'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '20-25 mm . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428677'^^xsd:integer;
  dwc:observationDate '1951-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '428677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-910'^^xsd:string;
  dwc:scientificName 'Uperotus clavus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,6 C Live specimens, from Pandanus fruit. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428830'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '531230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-489'^^xsd:string;
  dwc:scientificName 'Xylophaga grevei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'TYPE (Holotype) Bottom temperature 3,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_163-209.pdf'^^xsd:string;
  dwc:aphiaid '428846'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '428846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-171'^^xsd:string;
  dwc:scientificName 'Paroriza grevei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, 14 cm. long . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428759'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '428759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-220'^^xsd:string;
  dwc:scientificName 'Petaloproctus cirratus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Det ? 11 set. segm., 26 x 2 mm, 9 set. segm. 25 z 2 mm, set. segm. 2-6, 18 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '330493'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '330493'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-140'^^xsd:string;
  dwc:scientificName 'Pourtalesia aurorae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. ? aurorae many small fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_023-032.pdf'^^xsd:string;
  dwc:aphiaid '160819'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '160819'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1042'^^xsd:string;
  dwc:scientificName 'Psychropotes verrucosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '242034'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '242034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1710'^^xsd:string;
  dwc:scientificName 'Sergia japonica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1 female Carapace length 18 mm. 2 male Carapace length 12-13 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '107135'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '377752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1736'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 male carapace length 9,5 mm.     . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-209'^^xsd:string;
  dwc:scientificName 'Travisia profundi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '28 x 5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '173934'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '173934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-215'^^xsd:string;
  dwc:scientificName 'Ammotrypane galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'one has lost the posterior 10 segments, 22-29 x 1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '326297'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '326297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-135'^^xsd:string;
  dwc:scientificName 'Daontesia mielchei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_009-016.pdf'^^xsd:string;
  dwc:aphiaid '283504'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '283504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-167'^^xsd:string;
  dwc:scientificName 'Euphronides verrucosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428644'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '242034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-909'^^xsd:string;
  dwc:scientificName 'Bankia carinata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,6 C Live specimens from Pandanus fruit. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141598'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '141598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-100'^^xsd:string;
  dwc:scientificName 'Bathyceradocus stephenseni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'about 18 mm . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428591'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '428591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-706'^^xsd:string;
  dwc:scientificName 'Bruunellia bandae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '183029'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '183029'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-165'^^xsd:string;
  dwc:scientificName 'Benthodytes sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '241785'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '241785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1020'^^xsd:string;
  dwc:scientificName 'Benthodytes sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '241785'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '241785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-188'^^xsd:string;
  dwc:scientificName 'Macellicephala abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks '1 probosc.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '337682'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '130726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7250"^^xsd:integer ;
  dwc:maximumDepthInMeters "7290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-199'^^xsd:string;
  dwc:scientificName 'Nereis profundi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:longitude '130.966003'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7250'^^xsd:integer;
  dwc:maximumDepth '7290'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Type (holotype) 9 spec., includeing one complete, 7 fragments. Size of complete spec.: 69 x 8 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '329726'^^xsd:integer;
  dwc:observationDate '1951-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '329726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.016006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.6"^^xsd:decimal ;
  dwc:decimalLongitude "131.016006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7280"^^xsd:integer ;
  dwc:maximumDepthInMeters "7280"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.016006)"^^geo:wktLiteral ;
  geo-pos:lat "-5.6"^^xsd:decimal ;
  geo-pos:long "131.016006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-170'^^xsd:string;
  dwc:scientificName 'Paroriza grevei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '264'^^xsd:integer;
  dwc:longitude '131.016006'^^xsd:double;
  dwc:latitude '-5.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7280'^^xsd:integer;
  dwc:maximumDepth '7280'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428759'^^xsd:integer;
  dwc:observationDate '1951-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '428759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.016006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.6"^^xsd:decimal ;
  dwc:decimalLongitude "131.016006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7280"^^xsd:integer ;
  dwc:maximumDepthInMeters "7280"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.016006)"^^geo:wktLiteral ;
  geo-pos:lat "-5.6"^^xsd:decimal ;
  geo-pos:long "131.016006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-219'^^xsd:string;
  dwc:scientificName 'Petaloproctus cirratus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '264'^^xsd:integer;
  dwc:longitude '131.016006'^^xsd:double;
  dwc:latitude '-5.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7280'^^xsd:integer;
  dwc:maximumDepth '7280'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Det ? set. segm. 2-5, 22 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '330493'^^xsd:integer;
  dwc:observationDate '1951-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '330493'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.016006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.6"^^xsd:decimal ;
  dwc:decimalLongitude "131.016006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7280"^^xsd:integer ;
  dwc:maximumDepthInMeters "7280"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.016006)"^^geo:wktLiteral ;
  geo-pos:lat "-5.6"^^xsd:decimal ;
  geo-pos:long "131.016006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1705'^^xsd:string;
  dwc:scientificName 'Sergia inoa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '264'^^xsd:integer;
  dwc:longitude '131.016006'^^xsd:double;
  dwc:latitude '-5.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7280'^^xsd:integer;
  dwc:maximumDepth '7280'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 23 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_069-136.pdf'^^xsd:string;
  dwc:aphiaid '377610'^^xsd:integer;
  dwc:observationDate '1951-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '377610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.016006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.6"^^xsd:decimal ;
  dwc:decimalLongitude "131.016006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7280"^^xsd:integer ;
  dwc:maximumDepthInMeters "7280"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.016006)"^^geo:wktLiteral ;
  geo-pos:lat "-5.6"^^xsd:decimal ;
  geo-pos:long "131.016006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1735'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '264'^^xsd:integer;
  dwc:longitude '131.016006'^^xsd:double;
  dwc:latitude '-5.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7280'^^xsd:integer;
  dwc:maximumDepth '7280'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1 male carapace length 16,5 mm. 2 female carapace length 11-12,5 mm.    . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.016006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.6"^^xsd:decimal ;
  dwc:decimalLongitude "131.016006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7280"^^xsd:integer ;
  dwc:maximumDepthInMeters "7280"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.016006)"^^geo:wktLiteral ;
  geo-pos:lat "-5.6"^^xsd:decimal ;
  geo-pos:long "131.016006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-229'^^xsd:string;
  dwc:scientificName 'Jasmineira sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '264'^^xsd:integer;
  dwc:longitude '131.016006'^^xsd:double;
  dwc:latitude '-5.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7280'^^xsd:integer;
  dwc:maximumDepth '7280'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'one with branchiae and 4 set. segm., 4 x 0,5 mm, one without branchiae and 7 set. segm., 3 x 0,5 mm, 1 abdominal fragm. with 15 set. segm., 5 x 0,5 mm, 2 small fragm. and 3 branchial-crowns, some small tube-fragments. Record published in http://www.zmuc'^^xsd:string;
  dwc:aphiaid '129533'^^xsd:integer;
  dwc:observationDate '1951-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '129533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.100006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.6"^^xsd:decimal ;
  dwc:decimalLongitude "131.100006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7270"^^xsd:integer ;
  dwc:maximumDepthInMeters "7270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.100006)"^^geo:wktLiteral ;
  geo-pos:lat "-5.6"^^xsd:decimal ;
  geo-pos:long "131.100006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-932'^^xsd:string;
  dwc:scientificName 'Cuspidaria hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.100006'^^xsd:double;
  dwc:latitude '-5.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7270'^^xsd:integer;
  dwc:maximumDepth '7270'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '408519'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.100006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.6"^^xsd:decimal ;
  dwc:decimalLongitude "131.100006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7270"^^xsd:integer ;
  dwc:maximumDepthInMeters "7270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.100006)"^^geo:wktLiteral ;
  geo-pos:lat "-5.6"^^xsd:decimal ;
  geo-pos:long "131.100006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-88'^^xsd:string;
  dwc:scientificName 'Harpinia spaercki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.100006'^^xsd:double;
  dwc:latitude '-5.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7270'^^xsd:integer;
  dwc:maximumDepth '7270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Petersen grab . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428661'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '548932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.100006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.6"^^xsd:decimal ;
  dwc:decimalLongitude "131.100006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7270"^^xsd:integer ;
  dwc:maximumDepthInMeters "7270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.100006)"^^geo:wktLiteral ;
  geo-pos:lat "-5.6"^^xsd:decimal ;
  geo-pos:long "131.100006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-238'^^xsd:string;
  dwc:scientificName 'Macrostylis hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.100006'^^xsd:double;
  dwc:latitude '-5.6'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '7270'^^xsd:integer;
  dwc:maximumDepth '7270'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,6 C The female is the type specimen. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '256107'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '256107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.35"^^xsd:decimal ;
  dwc:decimalLongitude "131.283005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6580"^^xsd:integer ;
  dwc:maximumDepthInMeters "6580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  geo-pos:lat "-5.35"^^xsd:decimal ;
  geo-pos:long "131.283005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-211'^^xsd:string;
  dwc:scientificName 'Travisia profundi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '267'^^xsd:integer;
  dwc:longitude '131.283005'^^xsd:double;
  dwc:latitude '-5.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6580'^^xsd:integer;
  dwc:maximumDepth '6580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '32 x 6 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '173934'^^xsd:integer;
  dwc:observationDate '1951-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '173934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.35"^^xsd:decimal ;
  dwc:decimalLongitude "131.283005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6580"^^xsd:integer ;
  dwc:maximumDepthInMeters "6580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  geo-pos:lat "-5.35"^^xsd:decimal ;
  geo-pos:long "131.283005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-198'^^xsd:string;
  dwc:scientificName 'Ancistrosyllis constricta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '267'^^xsd:integer;
  dwc:longitude '131.283005'^^xsd:double;
  dwc:latitude '-5.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6580'^^xsd:integer;
  dwc:maximumDepth '6580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 spec., 11 mm., 60 setigerous segments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '339599'^^xsd:integer;
  dwc:observationDate '1951-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '130701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.35"^^xsd:decimal ;
  dwc:decimalLongitude "131.283005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6580"^^xsd:integer ;
  dwc:maximumDepthInMeters "6580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  geo-pos:lat "-5.35"^^xsd:decimal ;
  geo-pos:long "131.283005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-933'^^xsd:string;
  dwc:scientificName 'Cuspidaria hadalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '267'^^xsd:integer;
  dwc:longitude '131.283005'^^xsd:double;
  dwc:latitude '-5.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6580'^^xsd:integer;
  dwc:maximumDepth '6580'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 3,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '408519'^^xsd:integer;
  dwc:observationDate '1951-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.35"^^xsd:decimal ;
  dwc:decimalLongitude "131.283005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6580"^^xsd:integer ;
  dwc:maximumDepthInMeters "6580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  geo-pos:lat "-5.35"^^xsd:decimal ;
  geo-pos:long "131.283005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-176'^^xsd:string;
  dwc:scientificName 'Ceraplectana trachyderma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '267'^^xsd:integer;
  dwc:longitude '131.283005'^^xsd:double;
  dwc:latitude '-5.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6580'^^xsd:integer;
  dwc:maximumDepth '6580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428605'^^xsd:integer;
  dwc:observationDate '1951-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '428605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.35"^^xsd:decimal ;
  dwc:decimalLongitude "131.283005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6580"^^xsd:integer ;
  dwc:maximumDepthInMeters "6580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  geo-pos:lat "-5.35"^^xsd:decimal ;
  geo-pos:long "131.283005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-89'^^xsd:string;
  dwc:scientificName 'Harpinia spaercki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '267'^^xsd:integer;
  dwc:longitude '131.283005'^^xsd:double;
  dwc:latitude '-5.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6580'^^xsd:integer;
  dwc:maximumDepth '6580'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Petersen grab types. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428661'^^xsd:integer;
  dwc:observationDate '1951-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '548932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.35"^^xsd:decimal ;
  dwc:decimalLongitude "131.283005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6580"^^xsd:integer ;
  dwc:maximumDepthInMeters "6580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  geo-pos:lat "-5.35"^^xsd:decimal ;
  geo-pos:long "131.283005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-255'^^xsd:string;
  dwc:scientificName 'Leptanthura hendili'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '267'^^xsd:integer;
  dwc:longitude '131.283005'^^xsd:double;
  dwc:latitude '-5.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6580'^^xsd:integer;
  dwc:maximumDepth '6580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature 3,5 C 1 complete male. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_085-158.pdf'^^xsd:string;
  dwc:aphiaid '255554'^^xsd:integer;
  dwc:observationDate '1951-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '255554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.35"^^xsd:decimal ;
  dwc:decimalLongitude "131.283005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6580"^^xsd:integer ;
  dwc:maximumDepthInMeters "6580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  geo-pos:lat "-5.35"^^xsd:decimal ;
  geo-pos:long "131.283005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-225'^^xsd:string;
  dwc:scientificName 'Owenia lobopygidiata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '267'^^xsd:integer;
  dwc:longitude '131.283005'^^xsd:double;
  dwc:latitude '-5.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6580'^^xsd:integer;
  dwc:maximumDepth '6580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '29 post. segm., 5 fragm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '329886'^^xsd:integer;
  dwc:observationDate '1951-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '880407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.35"^^xsd:decimal ;
  dwc:decimalLongitude "131.283005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6580"^^xsd:integer ;
  dwc:maximumDepthInMeters "6580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283005)"^^geo:wktLiteral ;
  geo-pos:lat "-5.35"^^xsd:decimal ;
  geo-pos:long "131.283005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-207'^^xsd:string;
  dwc:scientificName 'Tharyx multifilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '267'^^xsd:integer;
  dwc:longitude '131.283005'^^xsd:double;
  dwc:latitude '-5.35'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6580'^^xsd:integer;
  dwc:maximumDepth '6580'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '3 spec., 20 mm, female with eggs, post. segm. lost, 11 mm, post. segm. lost, 10 mm, post. segm. lost, 1 fragm., 10 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '334923'^^xsd:integer;
  dwc:observationDate '1951-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '332992'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-260'^^xsd:string;
  dwc:scientificName 'Nymphon femorale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'juvenile. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_159-166.pdf'^^xsd:string;
  dwc:aphiaid '239647'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '239647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-172'^^xsd:string;
  dwc:scientificName 'Paroriza grevei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428759'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '428759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1043'^^xsd:string;
  dwc:scientificName 'Psychropotes verrucosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '242034'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '242034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-64'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:individualCount '32'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 3.6 C on polychaet tubes. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-210'^^xsd:string;
  dwc:scientificName 'Travisia profundi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '34 x 5- 20 x 5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '173934'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '173934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-168'^^xsd:string;
  dwc:scientificName 'Euphronides verrucosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428644'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '242034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-175'^^xsd:string;
  dwc:scientificName 'Ceraplectana trachyderma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428605'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '428605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-166'^^xsd:string;
  dwc:scientificName 'Benthodytes sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '241785'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '241785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1021'^^xsd:string;
  dwc:scientificName 'Benthodytes sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '241785'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '241785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-169'^^xsd:string;
  dwc:scientificName 'Mesothuria murrayi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '124571'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '732440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-83'^^xsd:string;
  dwc:scientificName 'Onesimoides cavimanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'about 12 mm . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_211-242.pdf'^^xsd:string;
  dwc:aphiaid '428742'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '526401'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.3"^^xsd:decimal ;
  dwc:decimalLongitude "131.300003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6490"^^xsd:integer ;
  dwc:maximumDepthInMeters "6650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.3 131.300003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.3"^^xsd:decimal ;
  geo-pos:long "131.300003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-224'^^xsd:string;
  dwc:scientificName 'Owenia lobopygidiata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:julianDay '266'^^xsd:integer;
  dwc:longitude '131.300003'^^xsd:double;
  dwc:latitude '-5.3'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '6490'^^xsd:integer;
  dwc:maximumDepth '6650'^^xsd:integer;
  dwc:occurrenceRemarks 'many fragments and tubes. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_063-078.pdf'^^xsd:string;
  dwc:aphiaid '329886'^^xsd:integer;
  dwc:observationDate '1951-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '880407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.56666"^^xsd:decimal ;
  dwc:decimalLongitude "132.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "390"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.56666"^^xsd:decimal ;
  geo-pos:long "132.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-781'^^xsd:string;
  dwc:scientificName 'Paralamprops arafurensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:longitude '132.733002'^^xsd:double;
  dwc:latitude '-7.56666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '390'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 9,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182244'^^xsd:integer;
  dwc:observationDate '1951-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1307754'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.56666"^^xsd:decimal ;
  dwc:decimalLongitude "132.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "390"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.56666"^^xsd:decimal ;
  geo-pos:long "132.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1262'^^xsd:string;
  dwc:scientificName 'Phaneropora galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:longitude '132.733002'^^xsd:double;
  dwc:latitude '-7.56666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '390'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '235658'^^xsd:integer;
  dwc:observationDate '1951-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '235658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.56666"^^xsd:decimal ;
  dwc:decimalLongitude "132.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "390"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.56666"^^xsd:decimal ;
  geo-pos:long "132.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1257'^^xsd:string;
  dwc:scientificName 'Terebratulina reevi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:longitude '132.733002'^^xsd:double;
  dwc:latitude '-7.56666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '390'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '235538'^^xsd:integer;
  dwc:observationDate '1951-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '235538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.56666"^^xsd:decimal ;
  dwc:decimalLongitude "132.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "390"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.56666"^^xsd:decimal ;
  geo-pos:long "132.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1254'^^xsd:string;
  dwc:scientificName 'Dallithyris sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:longitude '132.733002'^^xsd:double;
  dwc:latitude '-7.56666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '390'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 adult damaged specimen. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '182836'^^xsd:integer;
  dwc:observationDate '1951-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '182836'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.56666"^^xsd:decimal ;
  dwc:decimalLongitude "132.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "390"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.56666"^^xsd:decimal ;
  geo-pos:long "132.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11477'^^xsd:string;
  dwc:scientificName 'Galathea pubescens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:longitude '132.733002'^^xsd:double;
  dwc:latitude '-7.56666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '390'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11477 5,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392252'^^xsd:integer;
  dwc:observationDate '1951-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '392252'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.56666"^^xsd:decimal ;
  dwc:decimalLongitude "132.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "390"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.56666"^^xsd:decimal ;
  geo-pos:long "132.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1192'^^xsd:string;
  dwc:scientificName 'Aspidosiphon muelleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:longitude '132.733002'^^xsd:double;
  dwc:latitude '-7.56666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '390'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425058'^^xsd:integer;
  dwc:observationDate '1951-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '136037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.56666"^^xsd:decimal ;
  dwc:decimalLongitude "132.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "390"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.56666"^^xsd:decimal ;
  geo-pos:long "132.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1260'^^xsd:string;
  dwc:scientificName 'Campages sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:longitude '132.733002'^^xsd:double;
  dwc:latitude '-7.56666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '390'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:occurrenceRemarks 'Det . as Campages (?) sp. Fragment of a brachial valve with loop and lophophore. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '235353'^^xsd:integer;
  dwc:observationDate '1951-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '235353'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.56666"^^xsd:decimal ;
  dwc:decimalLongitude "132.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "390"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56666 132.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-7.56666"^^xsd:decimal ;
  geo-pos:long "132.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-CRU-11505'^^xsd:string;
  dwc:scientificName 'Munida compressa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:longitude '132.733002'^^xsd:double;
  dwc:latitude '-7.56666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '390'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC-CRU-11505 11,3+ mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392313'^^xsd:integer;
  dwc:observationDate '1951-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1606150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.033298 138.449997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.033298"^^xsd:decimal ;
  dwc:decimalLongitude "138.449997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.033298 138.449997)"^^geo:wktLiteral ;
  geo-pos:lat "-36.033298"^^xsd:decimal ;
  geo-pos:long "138.449997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1132'^^xsd:string;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.449997'^^xsd:double;
  dwc:latitude '-36.033298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.016602 138.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.016602"^^xsd:decimal ;
  dwc:decimalLongitude "138.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "85"^^xsd:integer ;
  dwc:maximumDepthInMeters "85"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.016602 138.632996)"^^geo:wktLiteral ;
  geo-pos:lat "-37.016602"^^xsd:decimal ;
  geo-pos:long "138.632996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1229'^^xsd:string;
  dwc:scientificName 'Phascolosoma noduliferum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.632996'^^xsd:double;
  dwc:latitude '-37.016602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '85'^^xsd:integer;
  dwc:maximumDepth '85'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266503'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '266503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.016602 138.632996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.016602"^^xsd:decimal ;
  dwc:decimalLongitude "138.632996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.016602 138.632996)"^^geo:wktLiteral ;
  geo-pos:lat "-37.016602"^^xsd:decimal ;
  geo-pos:long "138.632996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11300'^^xsd:string;
  dwc:scientificName 'Phylladiorhynchus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.632996'^^xsd:double;
  dwc:latitude '-37.016602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11300 5,3 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '378117'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '378117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.216599 138.699997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.216599"^^xsd:decimal ;
  dwc:decimalLongitude "138.699997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters "680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.216599 138.699997)"^^geo:wktLiteral ;
  geo-pos:lat "-37.216599"^^xsd:decimal ;
  geo-pos:long "138.699997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1347'^^xsd:string;
  dwc:scientificName 'Sphaeropora fossa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.699997'^^xsd:double;
  dwc:latitude '-37.216599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:maximumDepth '680'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428519'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '428519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.216599 138.699997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.216599"^^xsd:decimal ;
  dwc:decimalLongitude "138.699997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters "680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.216599 138.699997)"^^geo:wktLiteral ;
  geo-pos:lat "-37.216599"^^xsd:decimal ;
  geo-pos:long "138.699997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-442'^^xsd:string;
  dwc:scientificName 'Anoediceros hanseni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.699997'^^xsd:double;
  dwc:latitude '-37.216599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:maximumDepth '680'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '6,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428581'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '428581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.299999"^^xsd:decimal ;
  dwc:decimalLongitude "138.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "795"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  geo-pos:lat "-37.299999"^^xsd:decimal ;
  geo-pos:long "138.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1641'^^xsd:string;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.716003'^^xsd:double;
  dwc:latitude '-37.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '795'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '7 x 3 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.299999"^^xsd:decimal ;
  dwc:decimalLongitude "138.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "795"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  geo-pos:lat "-37.299999"^^xsd:decimal ;
  geo-pos:long "138.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1489'^^xsd:string;
  dwc:scientificName 'Aglaophamus profundus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.716003'^^xsd:double;
  dwc:latitude '-37.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '795'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 1 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '326249'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '326249'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.299999"^^xsd:decimal ;
  dwc:decimalLongitude "138.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "795"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  geo-pos:lat "-37.299999"^^xsd:decimal ;
  geo-pos:long "138.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1589'^^xsd:string;
  dwc:scientificName 'Drilonereis logani'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.716003'^^xsd:double;
  dwc:latitude '-37.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '795'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '35 x 1 mm (complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '413991'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '413991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.299999"^^xsd:decimal ;
  dwc:decimalLongitude "138.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "795"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  geo-pos:lat "-37.299999"^^xsd:decimal ;
  geo-pos:long "138.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1185'^^xsd:string;
  dwc:scientificName 'Aspidosiphon hartmeyeri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.716003'^^xsd:double;
  dwc:latitude '-37.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '795'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425026'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '136036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.299999"^^xsd:decimal ;
  dwc:decimalLongitude "138.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "795"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  geo-pos:lat "-37.299999"^^xsd:decimal ;
  geo-pos:long "138.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1553'^^xsd:string;
  dwc:scientificName 'Lumbrineris acutiformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.716003'^^xsd:double;
  dwc:latitude '-37.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '795'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 0,5, 15 x 0,5 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '328918'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '328918'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.299999"^^xsd:decimal ;
  dwc:decimalLongitude "138.716003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "795"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.299999 138.716003)"^^geo:wktLiteral ;
  geo-pos:lat "-37.299999"^^xsd:decimal ;
  geo-pos:long "138.716003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-450'^^xsd:string;
  dwc:scientificName 'Oediceroides macrodactylus alcaldia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.716003'^^xsd:double;
  dwc:latitude '-37.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '795'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Det. as n. subsp. Holotype 8 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428874'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '428874'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.349998"^^xsd:decimal ;
  dwc:decimalLongitude "138.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "875"^^xsd:integer ;
  dwc:maximumDepthInMeters "875"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-37.349998"^^xsd:decimal ;
  geo-pos:long "138.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-403'^^xsd:string;
  dwc:scientificName 'Uristes velia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.733002'^^xsd:double;
  dwc:latitude '-37.349998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '875'^^xsd:integer;
  dwc:maximumDepth '875'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428832'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '866825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.349998"^^xsd:decimal ;
  dwc:decimalLongitude "138.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "875"^^xsd:integer ;
  dwc:maximumDepthInMeters "875"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-37.349998"^^xsd:decimal ;
  geo-pos:long "138.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-435'^^xsd:string;
  dwc:scientificName 'Zobracho canguro'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.733002'^^xsd:double;
  dwc:latitude '-37.349998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '875'^^xsd:integer;
  dwc:maximumDepth '875'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 5,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428860'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '428860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.349998"^^xsd:decimal ;
  dwc:decimalLongitude "138.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "875"^^xsd:integer ;
  dwc:maximumDepthInMeters "875"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-37.349998"^^xsd:decimal ;
  geo-pos:long "138.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1228'^^xsd:string;
  dwc:scientificName 'Phascolosoma noduliferum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.733002'^^xsd:double;
  dwc:latitude '-37.349998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '875'^^xsd:integer;
  dwc:maximumDepth '875'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266503'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '266503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.349998"^^xsd:decimal ;
  dwc:decimalLongitude "138.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "875"^^xsd:integer ;
  dwc:maximumDepthInMeters "875"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-37.349998"^^xsd:decimal ;
  geo-pos:long "138.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1600'^^xsd:string;
  dwc:scientificName 'Scoloplos rubra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.733002'^^xsd:double;
  dwc:latitude '-37.349998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '875'^^xsd:integer;
  dwc:maximumDepth '875'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Det. as ?Scoloplos (Leodamas) rubra 2 x 0,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '421020'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '334767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.349998"^^xsd:decimal ;
  dwc:decimalLongitude "138.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "875"^^xsd:integer ;
  dwc:maximumDepthInMeters "875"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-37.349998"^^xsd:decimal ;
  geo-pos:long "138.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1510'^^xsd:string;
  dwc:scientificName 'Anchinothria pycnobranchiata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.733002'^^xsd:double;
  dwc:latitude '-37.349998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '875'^^xsd:integer;
  dwc:maximumDepth '875'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 1, 10 x 1 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '173756'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '173756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.349998"^^xsd:decimal ;
  dwc:decimalLongitude "138.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "875"^^xsd:integer ;
  dwc:maximumDepthInMeters "875"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-37.349998"^^xsd:decimal ;
  geo-pos:long "138.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-437'^^xsd:string;
  dwc:scientificName 'Gitanopsis difficilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.733002'^^xsd:double;
  dwc:latitude '-37.349998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '875'^^xsd:integer;
  dwc:maximumDepth '875'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ovigerous, 2,2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '423392'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '423392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.349998"^^xsd:decimal ;
  dwc:decimalLongitude "138.733002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "875"^^xsd:integer ;
  dwc:maximumDepthInMeters "875"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.349998 138.733002)"^^geo:wktLiteral ;
  geo-pos:lat "-37.349998"^^xsd:decimal ;
  geo-pos:long "138.733002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1634'^^xsd:string;
  dwc:scientificName 'Ophelina breviata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:julianDay '340'^^xsd:integer;
  dwc:longitude '138.733002'^^xsd:double;
  dwc:latitude '-37.349998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '875'^^xsd:integer;
  dwc:maximumDepth '875'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '19 x 1 mm (anal tube long, like the figure of Ehlers). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130502'^^xsd:integer;
  dwc:observationDate '1951-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '130502'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1125'^^xsd:string;
  dwc:scientificName 'Xenosiphon mundanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 3,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424119'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '266516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1263'^^xsd:string;
  dwc:scientificName 'Phaneropora galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '235658'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '235658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1166'^^xsd:string;
  dwc:scientificName 'Phascolion denticolum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 3,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '428767'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '175037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1170'^^xsd:string;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 3,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1227'^^xsd:string;
  dwc:scientificName 'Phascolosoma noduliferum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 3,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266503'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '266503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-398'^^xsd:string;
  dwc:scientificName 'Procyphocaris primata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 8 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428778'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '431706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1232'^^xsd:string;
  dwc:scientificName 'Phascolosoma scolops'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 3,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424889'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '220541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1488'^^xsd:string;
  dwc:scientificName 'Aglaophamus profundus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks '33 x 5 mm (1 specimen), 7-21 x 1 mm (anterior ends), 2 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '326249'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '326249'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1509'^^xsd:string;
  dwc:scientificName 'Anchinothria pycnobranchiata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 1, 32 x 10 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '173756'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '173756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-783'^^xsd:string;
  dwc:scientificName 'Diastylis exilicauda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 3,5 C with empty marsupium. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '181943'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '181943'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-782'^^xsd:string;
  dwc:scientificName 'Diastylis gibbera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 3,5 C with developing oostegites. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '181948'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '181948'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-376'^^xsd:string;
  dwc:scientificName 'Eurythenes gryllus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ovigerous, 23 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102563'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '102563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-503'^^xsd:string;
  dwc:scientificName 'Haploniscus helgei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 3,5 C 9 females and 5 males. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '255811'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '255811'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00024'^^xsd:string;
  dwc:scientificName 'Harmothoe australis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00024) 3 paratypes (ZMUC-POL-00025) Holotype: 10 x 4 mm, 37 segments Paratypes: 14 x5, 25 x 8, 30 x 8 mm, 40-42 segments . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '328224'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '328224'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-426'^^xsd:string;
  dwc:scientificName 'Harpinia australis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428657'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '548914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-777'^^xsd:string;
  dwc:scientificName 'Hemilamprops pellucida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-538'^^xsd:string;
  dwc:scientificName 'Heteropolypus insolitus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'temperature ca. 3,5 C Deux +¬chantillons. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_043-058.pdf'^^xsd:string;
  dwc:aphiaid '345447'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '345447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-431'^^xsd:string;
  dwc:scientificName 'Joubinella traditor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '5,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428681'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '428681'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00029'^^xsd:string;
  dwc:scientificName 'Lagisca torbeni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00029) Holotype 28 x 7 mm, complete specimen, 45 segments. Paratype (ZMUC-POL-00030) 10 x 5 mm, 39 anterior segments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '328598'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '1836142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1423'^^xsd:string;
  dwc:scientificName 'Leanira quatrefagesi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks '9 x 0,5-33 x 1 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155223'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '155223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-728'^^xsd:string;
  dwc:scientificName 'Leiopus shiinoi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. ca. 3,5 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '428698'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '577839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.466599"^^xsd:decimal ;
  dwc:decimalLongitude "138.916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.466599 138.916)"^^geo:wktLiteral ;
  geo-pos:lat "-37.466599"^^xsd:decimal ;
  geo-pos:long "138.916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-438'^^xsd:string;
  dwc:scientificName 'Alexandrella dentata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '339'^^xsd:integer;
  dwc:longitude '138.916'^^xsd:double;
  dwc:latitude '-37.466599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1340'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"Female, 9 mm.; juvenile 6 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '237178'^^xsd:integer;
  dwc:observationDate '1951-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '237178'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 147.115997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.5"^^xsd:decimal ;
  dwc:decimalLongitude "147.115997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 147.115997)"^^geo:wktLiteral ;
  geo-pos:lat "-9.5"^^xsd:decimal ;
  geo-pos:long "147.115997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1226'^^xsd:string;
  dwc:scientificName 'Phascolosoma noduliferum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '297'^^xsd:integer;
  dwc:longitude '147.115997'^^xsd:double;
  dwc:latitude '-9.5'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266503'^^xsd:integer;
  dwc:observationDate '1951-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '266503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.950001 153.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.950001"^^xsd:decimal ;
  dwc:decimalLongitude "153.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.950001 153.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-29.950001"^^xsd:decimal ;
  geo-pos:long "153.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1176'^^xsd:string;
  dwc:scientificName 'Themiste lageniformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '315'^^xsd:integer;
  dwc:longitude '153.399994'^^xsd:double;
  dwc:latitude '-29.950001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266868'^^xsd:integer;
  dwc:observationDate '1951-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '266868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.98333 153.466003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.98333"^^xsd:decimal ;
  dwc:decimalLongitude "153.466003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8780"^^xsd:integer ;
  dwc:maximumDepthInMeters "8830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.98333 153.466003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.98333"^^xsd:decimal ;
  geo-pos:long "153.466003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-151'^^xsd:string;
  dwc:scientificName 'Elpidia glacialis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '289'^^xsd:integer;
  dwc:longitude '153.466003'^^xsd:double;
  dwc:latitude '-5.98333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8780'^^xsd:integer;
  dwc:maximumDepth '8830'^^xsd:integer;
  dwc:individualCount '63'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '124726'^^xsd:integer;
  dwc:observationDate '1951-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '124726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.98333 153.466003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.98333"^^xsd:decimal ;
  dwc:decimalLongitude "153.466003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8780"^^xsd:integer ;
  dwc:maximumDepthInMeters "8830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.98333 153.466003)"^^geo:wktLiteral ;
  geo-pos:lat "-5.98333"^^xsd:decimal ;
  geo-pos:long "153.466003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-178'^^xsd:string;
  dwc:scientificName 'Hadalothuria wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:julianDay '289'^^xsd:integer;
  dwc:longitude '153.466003'^^xsd:double;
  dwc:latitude '-5.98333'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8780'^^xsd:integer;
  dwc:maximumDepth '8830'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, 2,7 cm long . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428655'^^xsd:integer;
  dwc:observationDate '1951-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '428655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.549999 153.516006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.549999"^^xsd:decimal ;
  dwc:decimalLongitude "153.516006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.549999 153.516006)"^^geo:wktLiteral ;
  geo-pos:lat "-26.549999"^^xsd:decimal ;
  geo-pos:long "153.516006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1141'^^xsd:string;
  dwc:scientificName 'Golfingia trichocephala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:julianDay '309'^^xsd:integer;
  dwc:longitude '153.516006'^^xsd:double;
  dwc:latitude '-26.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424982'^^xsd:integer;
  dwc:observationDate '1951-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '266495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.450001"^^xsd:decimal ;
  dwc:decimalLongitude "153.550003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4090"^^xsd:integer ;
  dwc:maximumDepthInMeters "4090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  geo-pos:lat "-31.450001"^^xsd:decimal ;
  geo-pos:long "153.550003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-483'^^xsd:string;
  dwc:scientificName 'Xylophaga galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '316'^^xsd:integer;
  dwc:longitude '153.550003'^^xsd:double;
  dwc:latitude '-31.450001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4090'^^xsd:integer;
  dwc:maximumDepth '4090'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temperature about 1,0 C Numerous specimens found in situ in small twigs. Many were left in situ. Unfortunately the whole material was preserved dry, so the soft parts could not be studied. One specimen only was found with the mesoplax preserved a'^^xsd:string;
  dwc:aphiaid '428845'^^xsd:integer;
  dwc:observationDate '1951-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '428845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.450001"^^xsd:decimal ;
  dwc:decimalLongitude "153.550003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4090"^^xsd:integer ;
  dwc:maximumDepthInMeters "4090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  geo-pos:lat "-31.450001"^^xsd:decimal ;
  geo-pos:long "153.550003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-893'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '316'^^xsd:integer;
  dwc:longitude '153.550003'^^xsd:double;
  dwc:latitude '-31.450001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4090'^^xsd:integer;
  dwc:maximumDepth '4090'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:observationDate '1951-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.450001"^^xsd:decimal ;
  dwc:decimalLongitude "153.550003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4090"^^xsd:integer ;
  dwc:maximumDepthInMeters "4090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  geo-pos:lat "-31.450001"^^xsd:decimal ;
  geo-pos:long "153.550003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-850'^^xsd:string;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '316'^^xsd:integer;
  dwc:longitude '153.550003'^^xsd:double;
  dwc:latitude '-31.450001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4090'^^xsd:integer;
  dwc:maximumDepth '4090'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:observationDate '1951-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.450001"^^xsd:decimal ;
  dwc:decimalLongitude "153.550003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4530"^^xsd:integer ;
  dwc:maximumDepthInMeters "4530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  geo-pos:lat "-31.450001"^^xsd:decimal ;
  geo-pos:long "153.550003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-987'^^xsd:string;
  dwc:scientificName 'Deima validum validum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '316'^^xsd:integer;
  dwc:longitude '153.550003'^^xsd:double;
  dwc:latitude '-31.450001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4530'^^xsd:integer;
  dwc:maximumDepth '4530'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '125223'^^xsd:integer;
  dwc:observationDate '1951-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '125223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.450001"^^xsd:decimal ;
  dwc:decimalLongitude "153.550003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4090"^^xsd:integer ;
  dwc:maximumDepthInMeters "4090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  geo-pos:lat "-31.450001"^^xsd:decimal ;
  geo-pos:long "153.550003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1503'^^xsd:string;
  dwc:scientificName 'Bathychloeia sibogae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '316'^^xsd:integer;
  dwc:longitude '153.550003'^^xsd:double;
  dwc:latitude '-31.450001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4090'^^xsd:integer;
  dwc:maximumDepth '4090'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '9 x 4 mm (complete, 12 setigers). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '327091'^^xsd:integer;
  dwc:observationDate '1951-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '327091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.450001"^^xsd:decimal ;
  dwc:decimalLongitude "153.550003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4090"^^xsd:integer ;
  dwc:maximumDepthInMeters "4090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  geo-pos:lat "-31.450001"^^xsd:decimal ;
  geo-pos:long "153.550003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1150'^^xsd:string;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '316'^^xsd:integer;
  dwc:longitude '153.550003'^^xsd:double;
  dwc:latitude '-31.450001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4090'^^xsd:integer;
  dwc:maximumDepth '4090'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:observationDate '1951-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.450001"^^xsd:decimal ;
  dwc:decimalLongitude "153.550003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4090"^^xsd:integer ;
  dwc:maximumDepthInMeters "4090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  geo-pos:lat "-31.450001"^^xsd:decimal ;
  geo-pos:long "153.550003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1404'^^xsd:string;
  dwc:scientificName 'Macellicephalinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '316'^^xsd:integer;
  dwc:longitude '153.550003'^^xsd:double;
  dwc:latitude '-31.450001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4090'^^xsd:integer;
  dwc:maximumDepth '4090'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Large specimen, with setae, but with destroyed prostomium. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '196343'^^xsd:integer;
  dwc:observationDate '1951-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '196343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.450001"^^xsd:decimal ;
  dwc:decimalLongitude "153.550003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4090"^^xsd:integer ;
  dwc:maximumDepthInMeters "4090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.450001 153.550003)"^^geo:wktLiteral ;
  geo-pos:lat "-31.450001"^^xsd:decimal ;
  geo-pos:long "153.550003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1541'^^xsd:string;
  dwc:scientificName 'Paradiopatra paucibranchis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:julianDay '316'^^xsd:integer;
  dwc:longitude '153.550003'^^xsd:double;
  dwc:latitude '-31.450001'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4090'^^xsd:integer;
  dwc:maximumDepth '4090'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 1, 20 x 1 mm (anterior ends), 4 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '413997'^^xsd:integer;
  dwc:observationDate '1951-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '173845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.51666 153.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.51666"^^xsd:decimal ;
  dwc:decimalLongitude "153.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8820"^^xsd:integer ;
  dwc:maximumDepthInMeters "8820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.51666 153.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-6.51666"^^xsd:decimal ;
  geo-pos:long "153.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1737'^^xsd:string;
  dwc:scientificName 'Sergia regalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '284'^^xsd:integer;
  dwc:longitude '153.966003'^^xsd:double;
  dwc:latitude '-6.51666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8820'^^xsd:integer;
  dwc:maximumDepth '8820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 female carapace length 17 mm.     . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240792'^^xsd:integer;
  dwc:observationDate '1951-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '1056519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.51666 153.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.51666"^^xsd:decimal ;
  dwc:decimalLongitude "153.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8820"^^xsd:integer ;
  dwc:maximumDepthInMeters "8820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.51666 153.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-6.51666"^^xsd:decimal ;
  geo-pos:long "153.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-150'^^xsd:string;
  dwc:scientificName 'Elpidia glacialis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '284'^^xsd:integer;
  dwc:longitude '153.966003'^^xsd:double;
  dwc:latitude '-6.51666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8820'^^xsd:integer;
  dwc:maximumDepth '8820'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '124726'^^xsd:integer;
  dwc:observationDate '1951-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '124726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.51666 153.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.51666"^^xsd:decimal ;
  dwc:decimalLongitude "153.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8820"^^xsd:integer ;
  dwc:maximumDepthInMeters "8820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.51666 153.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-6.51666"^^xsd:decimal ;
  geo-pos:long "153.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-177'^^xsd:string;
  dwc:scientificName 'Hadalothuria wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '284'^^xsd:integer;
  dwc:longitude '153.966003'^^xsd:double;
  dwc:latitude '-6.51666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8820'^^xsd:integer;
  dwc:maximumDepth '8820'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428655'^^xsd:integer;
  dwc:observationDate '1951-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '428655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.51666 153.966003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.51666"^^xsd:decimal ;
  dwc:decimalLongitude "153.966003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8820"^^xsd:integer ;
  dwc:maximumDepthInMeters "8820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.51666 153.966003)"^^geo:wktLiteral ;
  geo-pos:lat "-6.51666"^^xsd:decimal ;
  geo-pos:long "153.966003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-182'^^xsd:string;
  dwc:scientificName 'Myriotrochus bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '284'^^xsd:integer;
  dwc:longitude '153.966003'^^xsd:double;
  dwc:latitude '-6.51666'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '8820'^^xsd:integer;
  dwc:maximumDepth '8820'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype, 12 mm long . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '428726'^^xsd:integer;
  dwc:observationDate '1951-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '529618'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.0833 154.550003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.0833"^^xsd:decimal ;
  dwc:decimalLongitude "154.550003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1560"^^xsd:integer ;
  dwc:maximumDepthInMeters "1560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.0833 154.550003)"^^geo:wktLiteral ;
  geo-pos:lat "-30.0833"^^xsd:decimal ;
  geo-pos:long "154.550003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1128'^^xsd:string;
  dwc:scientificName 'Siphonosoma novaepommeraniae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '315'^^xsd:integer;
  dwc:longitude '154.550003'^^xsd:double;
  dwc:latitude '-30.0833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1560'^^xsd:integer;
  dwc:maximumDepth '1560'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424160'^^xsd:integer;
  dwc:observationDate '1951-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '220533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 154.565994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30"^^xsd:decimal ;
  dwc:decimalLongitude "154.565994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "230"^^xsd:integer ;
  dwc:maximumDepthInMeters "230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 154.565994)"^^geo:wktLiteral ;
  geo-pos:lat "-30"^^xsd:decimal ;
  geo-pos:long "154.565994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-456'^^xsd:string;
  dwc:scientificName 'Parhalimedon tropicalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:julianDay '315'^^xsd:integer;
  dwc:longitude '154.565994'^^xsd:double;
  dwc:latitude '-30'^^xsd:integer;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '230'^^xsd:integer;
  dwc:maximumDepth '230'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428756'^^xsd:integer;
  dwc:observationDate '1951-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '428756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-18'^^xsd:string;
  dwc:scientificName 'Styela sericata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253980'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '250367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-803'^^xsd:string;
  dwc:scientificName 'Nuculana pallida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C + 1 valve. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428736'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1073'^^xsd:string;
  dwc:scientificName 'Peniagone diaphana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '+ 6 isolated tentacles from a larger specimen. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124735'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '124735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1209'^^xsd:string;
  dwc:scientificName 'Phascolosoma pectinatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424990'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '266494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-344'^^xsd:string;
  dwc:scientificName 'Porcellanaster caeruleus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '380706'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-875'^^xsd:string;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1044'^^xsd:string;
  dwc:scientificName 'Psychropotes verrucosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '242034'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '242034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-814'^^xsd:string;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-65'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-894'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-851'^^xsd:string;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1482'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '22 x 4 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-702'^^xsd:string;
  dwc:scientificName 'Alomasoma sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '264891'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '264891'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-885'^^xsd:string;
  dwc:scientificName 'Cyclopecten sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C heavily damaged. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '138317'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '138317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-988'^^xsd:string;
  dwc:scientificName 'Deima validum validum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '125223'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '125223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-658'^^xsd:string;
  dwc:scientificName 'Cryptolarella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:occurrenceRemarks '"Three colonies, 3-4 cm high, on pebbles. Hydrocauli irregularly branched, polysiphonic. No hydranths; some empty gonothecae present. One very young colony on an Antipathariid.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_0"'^^xsd:string;
  dwc:aphiaid '117684'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '117684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-377'^^xsd:string;
  dwc:scientificName 'Eurythenes gryllus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '22 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102563'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '102563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1276'^^xsd:string;
  dwc:scientificName 'Farciminellum hexagonum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428510'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '428510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-857'^^xsd:string;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1241'^^xsd:string;
  dwc:scientificName 'Bathypathes patula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '48'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1,1 C + fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_157-164.pdf'^^xsd:string;
  dwc:aphiaid '103323'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '103323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-707'^^xsd:string;
  dwc:scientificName 'Bonellia achaeta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '268066'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '266844'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1315'^^xsd:string;
  dwc:scientificName 'Bugula decipiens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428600'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '428600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4670"^^xsd:integer ;
  dwc:maximumDepthInMeters "4670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-602'^^xsd:string;
  dwc:scientificName 'Malacosaccus erectus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:julianDay '352'^^xsd:integer;
  dwc:longitude '159.649994'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4670'^^xsd:integer;
  dwc:maximumDepth '4670'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '171928'^^xsd:integer;
  dwc:observationDate '1951-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '171928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1167'^^xsd:string;
  dwc:scientificName 'Phascolion denticolum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '428767'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '175037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1408'^^xsd:string;
  dwc:scientificName 'Polynoidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '18 segments, no elytra, no eyes, globular anterior prostomial lobes, unusual neurosetae with tapering tips. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '939'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '939'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1045'^^xsd:string;
  dwc:scientificName 'Psychropotes verrucosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '242034'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '242034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-603'^^xsd:string;
  dwc:scientificName 'Corynonema tenuifusum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '428623'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '171427'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-659'^^xsd:string;
  dwc:scientificName 'Cryptolarella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:occurrenceRemarks 'About 10, up to 5 cm high colonies from a hydrorhizal mass creeping on a worm tube. Hydranths and some gonothecae are present.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117684'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '117684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-464'^^xsd:string;
  dwc:scientificName 'Epimeria glaucosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype Female, 22 mm., with hatched juveniles; ovigerous female, 19 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '428641'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '428641'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-853'^^xsd:string;
  dwc:scientificName 'Asclerocheilus tasmanius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temp. 1,1 C Holotype (ZMUC-POL-853) Holotype: 46 x 10 mm 3 paratypes (ZMUC-POL-866); 46 x 10, 58 x 12 mm (complete specimens) + 40 x 10 mm (last segments missing). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/gala"'^^xsd:string;
  dwc:aphiaid '326676'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '1833018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-866'^^xsd:string;
  dwc:scientificName 'Asclerocheilus tasmanius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Paratype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C Paratype (ZMUC-POL-866) 16 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '326676'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '1833018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1016'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-508'^^xsd:string;
  dwc:scientificName 'Ischnomesus anacanthus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,1 C consisting of head + four anterior pereonites. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '255909'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '255909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-507'^^xsd:string;
  dwc:scientificName 'Ischnomesus sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,1 C fragmentary. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '118358'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '118358'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-730'^^xsd:string;
  dwc:scientificName 'Leiopus conspicuus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,1 C 6 adult females (3 with rudimentary oostegites, 1 incomplete), 1 incomplete, subadult male. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '428696'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '577849'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1405'^^xsd:string;
  dwc:scientificName 'Macellicephalinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'No prostomium, large pharynx. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '196343'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '196343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11629'^^xsd:string;
  dwc:scientificName 'Munidopsis antonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11629 ov., 56,6 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107171'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '107171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-735'^^xsd:string;
  dwc:scientificName 'Neotanais deflexirostris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,1 C adult (with rudimentary oostegites). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '428730'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-394'^^xsd:string;
  dwc:scientificName 'Orchomenella cavimanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'var. ? 14 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '237779'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '868477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.582993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3710"^^xsd:integer ;
  dwc:maximumDepthInMeters "3710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.582993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.582993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1538'^^xsd:string;
  dwc:scientificName 'Paradiopatra hartmanae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '353'^^xsd:integer;
  dwc:longitude '163.582993'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3710'^^xsd:integer;
  dwc:maximumDepth '3710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '30 x 1 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130477'^^xsd:integer;
  dwc:observationDate '1951-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '130477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-114'^^xsd:string;
  dwc:scientificName 'Vampyroteuthis infernalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Immature stage 5 spec. no 118. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '141887'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '141887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-19'^^xsd:string;
  dwc:scientificName 'Styela sericata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253980'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '250367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-522'^^xsd:string;
  dwc:scientificName 'Paropsurus giganteus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '261959'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '261959'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1443'^^xsd:string;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '33 x 2 mm, 35 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-399'^^xsd:string;
  dwc:scientificName 'Pseudonesimus abyssi tasmanensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'n. subsp. Holotype 10 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428878'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '530705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1049'^^xsd:string;
  dwc:scientificName 'Psychropotes longicauda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124778'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '124778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-66'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1.15 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-515'^^xsd:string;
  dwc:scientificName 'Storthyngura abyssalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,1 C 1 entire female + anterior half of 1 female, both with fully developed oostegites. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '294748'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '263956'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-824'^^xsd:string;
  dwc:scientificName 'Tindaria antarctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C + 4 valves. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '197471'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '197471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-654'^^xsd:string;
  dwc:scientificName 'Acryptolaria conferta australis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:occurrenceRemarks 'A fragment of 18 mm length. No hydranths, no coppiniae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '428865'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '117679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1483'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '16 x 5, 20 x 5, 25 x 5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-4'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-277'^^xsd:string;
  dwc:scientificName 'Colossendeis cucurbita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '39 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134664'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '134664'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-936'^^xsd:string;
  dwc:scientificName 'Cuspidaria tasmanica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C Only the right valve and the soft parts are preserved.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '408586'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '408585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-661'^^xsd:string;
  dwc:scientificName 'Cryptolarella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:occurrenceRemarks 'A very large number of irregularly branched colonies without substratum. Hydrocauli only basally polysiphonic. Hydranths and gonothecea present. The colonies vary in color from a deep, dark brown to a light horny yellow.. Record published in http://www.'^^xsd:string;
  dwc:aphiaid '117684'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '117684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1382'^^xsd:string;
  dwc:scientificName 'Eunoe kermadeca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '22 x 9, 25 x 12 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '327841'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '327841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-378'^^xsd:string;
  dwc:scientificName 'Eurythenes gryllus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '21 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102563'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '102563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1277'^^xsd:string;
  dwc:scientificName 'Farciminellum hexagonum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428510'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '428510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-972'^^xsd:string;
  dwc:scientificName 'Galatheabdella bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temp. c. 1,1 C 68 mm, 80 mm (dissected), 82 mm, 84 mm, 90 mm, 1 incomplete (minus region from first pulsatile vesicle anterior), and 1 sectioned (frontal, anterior end; transverse, posterior end).. Record published in http://www.zmuc.dk/InverWeb"'^^xsd:string;
  dwc:aphiaid '370626'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '370626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-520'^^xsd:string;
  dwc:scientificName 'Bathyopsurus nybelini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '255722'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '255722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-708'^^xsd:string;
  dwc:scientificName 'Bonellia achaeta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_175-183.pdf'^^xsd:string;
  dwc:aphiaid '268066'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '266844'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-605'^^xsd:string;
  dwc:scientificName 'Caulophacus schulzei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '172062'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '172062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-912'^^xsd:string;
  dwc:scientificName 'Cetoconcha galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '408667'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '408667'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P2334534'^^xsd:string;
  dwc:scientificName 'Bathypterois oddi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ZMUC P2334534 SL 200 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '272073'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '272073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'P2334535'^^xsd:string;
  dwc:scientificName 'Bathypterois oddi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Paratype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Paratype ZMUC P2334535 SL 153 mm. collected with the holotype. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '272073'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '272073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-32'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00033'^^xsd:string;
  dwc:scientificName 'Bathyvitiazia pettibonae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00033) 25 x 12 mm (complete specimens). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '327221'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '327221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-766'^^xsd:string;
  dwc:scientificName 'Hexacrobylus psammatodes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_091-098.pdf'^^xsd:string;
  dwc:aphiaid '253090'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '250968'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-387'^^xsd:string;
  dwc:scientificName 'Hippomedon antitemplado'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 15 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428673'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '428673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-389'^^xsd:string;
  dwc:scientificName 'Hippomedon tasmanicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ovigerous female, 17 mm., one male fragment, with antennae bearing calceoli. . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428675'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '428675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-527'^^xsd:string;
  dwc:scientificName 'Histiobranchus bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Type specimen, No. P 32444 (Holotype) 300 mm total length. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_029-042.pdf'^^xsd:string;
  dwc:aphiaid '272017'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '272017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-906'^^xsd:string;
  dwc:scientificName 'Kelliella tasmanensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428686'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '464394'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1372'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '"34 setigers; 35 x 10-45 x 15 mm., 3 fragments: 20 x 8-40 x 15 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf"'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1560'^^xsd:string;
  dwc:scientificName 'Lumbrineris brevipes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '40 x 2 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '157471'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '333182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-519'^^xsd:string;
  dwc:scientificName 'Munneurycope harrietae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '255764'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '255764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-453'^^xsd:string;
  dwc:scientificName 'Oediceroides wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Determination unsure.  One head end belonging to a specimen probably 20 mm. in length. It is like O. wolffi of st. 607, having the shorter rostrum. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.p'^^xsd:string;
  dwc:aphiaid '183303'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '183303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1630'^^xsd:string;
  dwc:scientificName 'Ophelina aulogastrella'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C 22 x 1, 22 x 2 mm (complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '413982'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '413982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1507'^^xsd:string;
  dwc:scientificName 'Anchinothria abranchiata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '35 x 6, 35 x 6, 40 x 6 mm (anterior ends), 4 fragments, 1 tube. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '428580'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '173756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.849998"^^xsd:decimal ;
  dwc:decimalLongitude "164.533005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.849998 164.533005)"^^geo:wktLiteral ;
  geo-pos:lat "-45.849998"^^xsd:decimal ;
  geo-pos:long "164.533005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-929'^^xsd:string;
  dwc:scientificName 'Cuspidaria delli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:julianDay '14'^^xsd:integer;
  dwc:longitude '164.533005'^^xsd:double;
  dwc:latitude '-45.849998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C The right valve fragmented. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '407757'^^xsd:integer;
  dwc:observationDate '1952-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '407757'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.783298"^^xsd:decimal ;
  dwc:decimalLongitude "164.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4390"^^xsd:integer ;
  dwc:maximumDepthInMeters "4390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-45.783298"^^xsd:decimal ;
  geo-pos:long "164.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1442'^^xsd:string;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '13'^^xsd:integer;
  dwc:longitude '164.649994'^^xsd:double;
  dwc:latitude '-45.783298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4390'^^xsd:integer;
  dwc:maximumDepth '4390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '40 x 2 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:observationDate '1952-01-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.783298"^^xsd:decimal ;
  dwc:decimalLongitude "164.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4390"^^xsd:integer ;
  dwc:maximumDepthInMeters "4390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-45.783298"^^xsd:decimal ;
  geo-pos:long "164.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-935'^^xsd:string;
  dwc:scientificName 'Cuspidaria tasmanica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '13'^^xsd:integer;
  dwc:longitude '164.649994'^^xsd:double;
  dwc:latitude '-45.783298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4390'^^xsd:integer;
  dwc:maximumDepth '4390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C Umbonal part badly damaged. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '408586'^^xsd:integer;
  dwc:observationDate '1952-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '408585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.783298"^^xsd:decimal ;
  dwc:decimalLongitude "164.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4390"^^xsd:integer ;
  dwc:maximumDepthInMeters "4390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-45.783298"^^xsd:decimal ;
  geo-pos:long "164.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-660'^^xsd:string;
  dwc:scientificName 'Cryptolarella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '13'^^xsd:integer;
  dwc:longitude '164.649994'^^xsd:double;
  dwc:latitude '-45.783298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4390'^^xsd:integer;
  dwc:maximumDepth '4390'^^xsd:integer;
  dwc:occurrenceRemarks 'Numerous, up to 5 cm high, branched colonies with a polysiphonic hydrocaulus, rising from fine hydrorhiza fibres creeping on worm tubes. Hydranths present. No gonothecae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/gala'^^xsd:string;
  dwc:aphiaid '117684'^^xsd:integer;
  dwc:observationDate '1952-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '117684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.783298"^^xsd:decimal ;
  dwc:decimalLongitude "164.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4390"^^xsd:integer ;
  dwc:maximumDepthInMeters "4390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-45.783298"^^xsd:decimal ;
  geo-pos:long "164.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-604'^^xsd:string;
  dwc:scientificName 'Caulophacus schulzei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '13'^^xsd:integer;
  dwc:longitude '164.649994'^^xsd:double;
  dwc:latitude '-45.783298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4390'^^xsd:integer;
  dwc:maximumDepth '4390'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '172062'^^xsd:integer;
  dwc:observationDate '1952-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '172062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.783298"^^xsd:decimal ;
  dwc:decimalLongitude "164.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4390"^^xsd:integer ;
  dwc:maximumDepthInMeters "4390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-45.783298"^^xsd:decimal ;
  geo-pos:long "164.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-31'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '13'^^xsd:integer;
  dwc:longitude '164.649994'^^xsd:double;
  dwc:latitude '-45.783298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4390'^^xsd:integer;
  dwc:maximumDepth '4390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:observationDate '1952-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.783298"^^xsd:decimal ;
  dwc:decimalLongitude "164.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4390"^^xsd:integer ;
  dwc:maximumDepthInMeters "4390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-45.783298"^^xsd:decimal ;
  geo-pos:long "164.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1559'^^xsd:string;
  dwc:scientificName 'Lumbrineris brevipes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '13'^^xsd:integer;
  dwc:longitude '164.649994'^^xsd:double;
  dwc:latitude '-45.783298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4390'^^xsd:integer;
  dwc:maximumDepth '4390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '50 x 2 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '157471'^^xsd:integer;
  dwc:observationDate '1952-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '333182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.783298"^^xsd:decimal ;
  dwc:decimalLongitude "164.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4390"^^xsd:integer ;
  dwc:maximumDepthInMeters "4390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-45.783298"^^xsd:decimal ;
  geo-pos:long "164.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-836'^^xsd:string;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '13'^^xsd:integer;
  dwc:longitude '164.649994'^^xsd:double;
  dwc:latitude '-45.783298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4390'^^xsd:integer;
  dwc:maximumDepth '4390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:observationDate '1952-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.783298"^^xsd:decimal ;
  dwc:decimalLongitude "164.649994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4390"^^xsd:integer ;
  dwc:maximumDepthInMeters "4390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 164.649994)"^^geo:wktLiteral ;
  geo-pos:lat "-45.783298"^^xsd:decimal ;
  geo-pos:long "164.649994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1687'^^xsd:string;
  dwc:scientificName 'Melinnopsis sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:julianDay '13'^^xsd:integer;
  dwc:longitude '164.649994'^^xsd:double;
  dwc:latitude '-45.783298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4390'^^xsd:integer;
  dwc:maximumDepth '4390'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129170'^^xsd:integer;
  dwc:observationDate '1952-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '129170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-20'^^xsd:string;
  dwc:scientificName 'Styela sericata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '253980'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '250367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1130'^^xsd:string;
  dwc:scientificName 'Golfingia appendiculatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '428650'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1168'^^xsd:string;
  dwc:scientificName 'Phascolion denticolum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '428767'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '175037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1046'^^xsd:string;
  dwc:scientificName 'Psychropotes verrucosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '242034'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '242034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-499'^^xsd:string;
  dwc:scientificName 'Stenetrium abyssale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_017-048.pdf'^^xsd:string;
  dwc:aphiaid '294955'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '262612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1182'^^xsd:string;
  dwc:scientificName 'Themiste minor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424711'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '266869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1508'^^xsd:string;
  dwc:scientificName 'Anchinothria abranchiata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '30 x 6 mm (anterior end), 1 tube (composed of clay with foraminiferans). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '428580'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '173756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-534'^^xsd:string;
  dwc:scientificName 'Clavularia notanda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:occurrenceRemarks 'Temperature 1,1 C Un +¬chantillon fix+¬ sur deux grands spicules p+¬donculaires d\'Hexactinellide. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_043-058.pdf'^^xsd:string;
  dwc:aphiaid '286027'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '286027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-5'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-154'^^xsd:string;
  dwc:scientificName 'Elpidia glacialis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_033-054.pdf'^^xsd:string;
  dwc:aphiaid '124726'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '124726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-379'^^xsd:string;
  dwc:scientificName 'Eurythenes gryllus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '8 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102563'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '102563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-606'^^xsd:string;
  dwc:scientificName 'Caulophacus schulzei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '172062'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '172062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.966599"^^xsd:decimal ;
  dwc:decimalLongitude "165.399994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.966599 165.399994)"^^geo:wktLiteral ;
  geo-pos:lat "-43.966599"^^xsd:decimal ;
  geo-pos:long "165.399994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-837'^^xsd:string;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:julianDay '15'^^xsd:integer;
  dwc:longitude '165.399994'^^xsd:double;
  dwc:latitude '-43.966599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,1 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:observationDate '1952-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-455'^^xsd:string;
  dwc:scientificName 'Oediceroides forensia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 16 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428740'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '547082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-916'^^xsd:string;
  dwc:scientificName 'Paramage tasmanensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ZMUC-POL-916 Complete but for the loss of all branchiae, nearly broken into two parts in the thorax. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '330314'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '851795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00035'^^xsd:string;
  dwc:scientificName 'Glycinde hanseni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00035) 20 x 0,5 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '240620'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '238730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-413'^^xsd:string;
  dwc:scientificName 'Phippsiella nipoma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '20 mm. and 7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428771'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '555036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1506'^^xsd:string;
  dwc:scientificName 'Pseudoeurythoe acarunculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:occurrenceRemarks '8-18 x 1 mm (26-42 setigers). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '428779'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1722'^^xsd:string;
  dwc:scientificName 'Sergia potens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 26,5 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240790'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '1056514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-815'^^xsd:string;
  dwc:scientificName 'Spinula tasmanica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428814'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '599355'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1642'^^xsd:string;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C 20 x 12 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1380'^^xsd:string;
  dwc:scientificName 'Antinoella antarctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'In two pieces: 17 x 6 mm (33 segm.). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332983'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '155221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-462'^^xsd:string;
  dwc:scientificName 'Amathillopsis grevei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 13 mm. Field color notes: head and body light green, mouthparts pink, the two anterior pairs of legs very pale bluish red.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428576'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '428576'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-365'^^xsd:string;
  dwc:scientificName 'Ambasiopsis robustus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428577'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '530712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-267'^^xsd:string;
  dwc:scientificName 'Colossendeis angusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '22 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134659'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '134659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-370'^^xsd:string;
  dwc:scientificName 'Cyphocaris richardi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '23 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102557'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '102557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-40'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1383'^^xsd:string;
  dwc:scientificName 'Eunoe kermadeca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 2, 13 x 5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '327841'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '327841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-380'^^xsd:string;
  dwc:scientificName 'Eurythenes gryllus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'male, 18 mm. female, 17 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102563'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '102563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-973'^^xsd:string;
  dwc:scientificName 'Galatheabdella bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 1,1 C 83 mm, fragile.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_113-126.pdf'^^xsd:string;
  dwc:aphiaid '370626'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '370626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-770'^^xsd:string;
  dwc:scientificName 'Gaussicuma scabra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 1,3 C subadult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '181843'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '181843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-366'^^xsd:string;
  dwc:scientificName 'Aristiopsis tacitus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype with young. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428588'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '760821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1022'^^xsd:string;
  dwc:scientificName 'Benthodytes sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '241785'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '241785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1392'^^xsd:string;
  dwc:scientificName 'Harmothoe sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '32 segments. No elytra, no eyes. Bidentate neurosetae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-388'^^xsd:string;
  dwc:scientificName 'Hippomedon concolor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 11 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428674'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '428674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1373'^^xsd:string;
  dwc:scientificName 'Laetmonice benthaliana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks '34 setigers: 10 x 5-33 x 15 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333746'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '333746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00027'^^xsd:string;
  dwc:scientificName 'Lagisca longipalpa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00027) 20 paratypes Holotype 35 x 7 mm ZMUC-POL-00028: 8 x 3-24 x 7 mm. Small specimens with 40-42 segments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '328592'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '1836139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-794'^^xsd:string;
  dwc:scientificName 'Leptostylis profunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 1,3 C subadult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182059'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '182059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-791'^^xsd:string;
  dwc:scientificName 'makrokylindrus mersus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 1,3 C adult Det. as ?Makrokylindrus. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182109'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '182109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-789'^^xsd:string;
  dwc:scientificName 'Makrokylindrus neptunius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 1,3 C 3 subadult males, 4 immature females, 1 juvenile. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182094'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '182094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-838'^^xsd:string;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-842'^^xsd:string;
  dwc:scientificName 'Malletia galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,2 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '428713'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '428713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11628'^^xsd:string;
  dwc:scientificName 'Munidopsis antonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11628 1 male (45,0 mm) 1 sp. (sex indet. 9,1 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107171'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '107171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11634'^^xsd:string;
  dwc:scientificName 'Munidopsis crassa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11634 44,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '107174'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '107174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3930"^^xsd:integer ;
  dwc:maximumDepthInMeters "3930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11630'^^xsd:string;
  dwc:scientificName 'Munidopsis teretis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3930'^^xsd:integer;
  dwc:maximumDepth '3930'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11630 16,4 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392626'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '392626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-461'^^xsd:string;
  dwc:scientificName 'Lepechinella sucia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 11 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428701'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '428701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3580"^^xsd:integer ;
  dwc:maximumDepthInMeters "3580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-452'^^xsd:string;
  dwc:scientificName 'Oediceroides wolffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3580'^^xsd:integer;
  dwc:maximumDepth '3580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '?Sex, 6 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '183303'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '183303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1631'^^xsd:string;
  dwc:scientificName 'Ophelina aulogastrella'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 1,3 C 24 x 1 mm (complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '413982'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '413982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-395'^^xsd:string;
  dwc:scientificName 'Orchomenella cavimanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'var. ? 10 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '237779'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '868477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.299999"^^xsd:decimal ;
  dwc:decimalLongitude "166.766006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.299999 166.766006)"^^geo:wktLiteral ;
  geo-pos:lat "-44.299999"^^xsd:decimal ;
  geo-pos:long "166.766006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1484'^^xsd:string;
  dwc:scientificName 'Aglaophamus elamellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:julianDay '17'^^xsd:integer;
  dwc:longitude '166.766006'^^xsd:double;
  dwc:latitude '-44.299999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '3830'^^xsd:integer;
  dwc:maximumDepth '3830'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 2, 15 x 3, 15 x 3, 15 x 3 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332893'^^xsd:integer;
  dwc:observationDate '1952-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '332893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.599998 167.783005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.599998"^^xsd:decimal ;
  dwc:decimalLongitude "167.783005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126"^^xsd:integer ;
  dwc:maximumDepthInMeters "126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.599998 167.783005)"^^geo:wktLiteral ;
  geo-pos:lat "-44.599998"^^xsd:decimal ;
  geo-pos:long "167.783005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1183'^^xsd:string;
  dwc:scientificName 'Themiste minor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '19'^^xsd:integer;
  dwc:longitude '167.783005'^^xsd:double;
  dwc:latitude '-44.599998'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '126'^^xsd:integer;
  dwc:maximumDepth '126'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424711'^^xsd:integer;
  dwc:observationDate '1952-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '266869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.566601 167.815994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.566601"^^xsd:decimal ;
  dwc:decimalLongitude "167.815994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.566601 167.815994)"^^geo:wktLiteral ;
  geo-pos:lat "-44.566601"^^xsd:decimal ;
  geo-pos:long "167.815994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1179'^^xsd:string;
  dwc:scientificName 'Themiste lageniformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '19'^^xsd:integer;
  dwc:longitude '167.815994'^^xsd:double;
  dwc:latitude '-44.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266868'^^xsd:integer;
  dwc:observationDate '1952-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '266868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.566601 167.815994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.566601"^^xsd:decimal ;
  dwc:decimalLongitude "167.815994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.566601 167.815994)"^^geo:wktLiteral ;
  geo-pos:lat "-44.566601"^^xsd:decimal ;
  geo-pos:long "167.815994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1134'^^xsd:string;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '19'^^xsd:integer;
  dwc:longitude '167.815994'^^xsd:double;
  dwc:latitude '-44.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:observationDate '1952-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.6166 167.882996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.6166"^^xsd:decimal ;
  dwc:decimalLongitude "167.882996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.6166 167.882996)"^^geo:wktLiteral ;
  geo-pos:lat "-44.6166"^^xsd:decimal ;
  geo-pos:long "167.882996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1352'^^xsd:string;
  dwc:scientificName 'Tortugaster discoidalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '19'^^xsd:integer;
  dwc:longitude '167.882996'^^xsd:double;
  dwc:latitude '-44.6166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '11,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_16/galathea-vol.16-pp_099-112.pdf'^^xsd:string;
  dwc:aphiaid '428823'^^xsd:integer;
  dwc:observationDate '1952-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '428823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.6166 167.882996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.6166"^^xsd:decimal ;
  dwc:decimalLongitude "167.882996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.6166 167.882996)"^^geo:wktLiteral ;
  geo-pos:lat "-44.6166"^^xsd:decimal ;
  geo-pos:long "167.882996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-970'^^xsd:string;
  dwc:scientificName 'Bdellamaris eptatreti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '19'^^xsd:integer;
  dwc:longitude '167.882996'^^xsd:double;
  dwc:latitude '-44.6166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '"Bottom temp. 11,5 C 12,5 mm, 20,0 mm, 22,0 mm and 1 sectioned (frontal, anterior end; transverse, posterior end).. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_113-126.pdf"'^^xsd:string;
  dwc:aphiaid '370603'^^xsd:integer;
  dwc:observationDate '1952-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '370603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.6166 167.882996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.6166"^^xsd:decimal ;
  dwc:decimalLongitude "167.882996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.6166 167.882996)"^^geo:wktLiteral ;
  geo-pos:lat "-44.6166"^^xsd:decimal ;
  geo-pos:long "167.882996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1142'^^xsd:string;
  dwc:scientificName 'Golfingia trichocephala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '19'^^xsd:integer;
  dwc:longitude '167.882996'^^xsd:double;
  dwc:latitude '-44.6166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424982'^^xsd:integer;
  dwc:observationDate '1952-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '266495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.6166 167.882996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.6166"^^xsd:decimal ;
  dwc:decimalLongitude "167.882996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.6166 167.882996)"^^geo:wktLiteral ;
  geo-pos:lat "-44.6166"^^xsd:decimal ;
  geo-pos:long "167.882996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1767'^^xsd:string;
  dwc:scientificName 'Munida notialis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:julianDay '19'^^xsd:integer;
  dwc:longitude '167.882996'^^xsd:double;
  dwc:latitude '-44.6166'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '128'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 94 male (13,1-36,5 mm), holotype 28,6 mm. 34 female (14,8-25-5 mm.). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '392390'^^xsd:integer;
  dwc:observationDate '1952-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '1607496'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.549999 169.132996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.549999"^^xsd:decimal ;
  dwc:decimalLongitude "169.132996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.549999 169.132996)"^^geo:wktLiteral ;
  geo-pos:lat "-52.549999"^^xsd:decimal ;
  geo-pos:long "169.132996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1230'^^xsd:string;
  dwc:scientificName 'Phascolosoma noduliferum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '4'^^xsd:integer;
  dwc:longitude '169.132996'^^xsd:double;
  dwc:latitude '-52.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266503'^^xsd:integer;
  dwc:observationDate '1952-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '266503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.566601 169.149994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.566601"^^xsd:decimal ;
  dwc:decimalLongitude "169.149994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.566601 169.149994)"^^geo:wktLiteral ;
  geo-pos:lat "-52.566601"^^xsd:decimal ;
  geo-pos:long "169.149994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1193'^^xsd:string;
  dwc:scientificName 'Aspidosiphon muelleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '4'^^xsd:integer;
  dwc:longitude '169.149994'^^xsd:double;
  dwc:latitude '-52.566601'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425058'^^xsd:integer;
  dwc:observationDate '1952-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '136037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.549999 169.149994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.549999"^^xsd:decimal ;
  dwc:decimalLongitude "169.149994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.549999 169.149994)"^^geo:wktLiteral ;
  geo-pos:lat "-52.549999"^^xsd:decimal ;
  geo-pos:long "169.149994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1194'^^xsd:string;
  dwc:scientificName 'Aspidosiphon muelleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:julianDay '4'^^xsd:integer;
  dwc:longitude '169.149994'^^xsd:double;
  dwc:latitude '-52.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '425058'^^xsd:integer;
  dwc:observationDate '1952-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '136037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 169.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.783298"^^xsd:decimal ;
  dwc:decimalLongitude "169.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 169.5)"^^geo:wktLiteral ;
  geo-pos:lat "-45.783298"^^xsd:decimal ;
  geo-pos:long "169.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1177'^^xsd:string;
  dwc:scientificName 'Themiste lageniformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '9'^^xsd:integer;
  dwc:longitude '169.5'^^xsd:double;
  dwc:latitude '-45.783298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266868'^^xsd:integer;
  dwc:observationDate '1952-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '266868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 169.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.783298"^^xsd:decimal ;
  dwc:decimalLongitude "169.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.783298 169.5)"^^geo:wktLiteral ;
  geo-pos:lat "-45.783298"^^xsd:decimal ;
  geo-pos:long "169.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1178'^^xsd:string;
  dwc:scientificName 'Themiste lageniformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:julianDay '9'^^xsd:integer;
  dwc:longitude '169.5'^^xsd:double;
  dwc:latitude '-45.783298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266868'^^xsd:integer;
  dwc:observationDate '1952-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '266868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1357'^^xsd:string;
  dwc:scientificName 'Triangulus sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ca. 7,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_16/galathea-vol.16-pp_099-112.pdf'^^xsd:string;
  dwc:aphiaid '134773'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '134773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-402'^^xsd:string;
  dwc:scientificName 'Uristes cansada'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype Type: female, 7 mm.; ovigerous female, 5,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '428831'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '526260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-441'^^xsd:string;
  dwc:scientificName 'Syrrhoe affinis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '"Det. as ?affinis Female, 7 mm.; young male, 7 mm.; specimen 6,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '103186'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '103186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00044'^^xsd:string;
  dwc:scientificName 'Ninoe ninetta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00044) 3 paratypes (ZMUC-POL-00045) Holotype: 20 x 1 mm Paratypes: 12 x1, 12 x 1, 17 x 1 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '329954'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '329954'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-448'^^xsd:string;
  dwc:scientificName 'Oediceroides apicalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '20 mm., 12 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428739'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '428739'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1608'^^xsd:string;
  dwc:scientificName 'Paradoneis lyra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 7,6 C 5 x 0,25 mm, 44 anterior segments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130585'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '130585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-433'^^xsd:string;
  dwc:scientificName 'Paraphoxus pyripes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"male, 5 mm.; female, 5,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '237297'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '237297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-440'^^xsd:string;
  dwc:scientificName 'Pardisynopia tambiella'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype ovigerous, 4 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428755'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '548443'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1264'^^xsd:string;
  dwc:scientificName 'Phaneropora galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '3 shells. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '235658'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '235658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1215'^^xsd:string;
  dwc:scientificName 'Phascolosoma annulatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 7,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266498'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '266498'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1409'^^xsd:string;
  dwc:scientificName 'Polynoidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:occurrenceRemarks '2 fragments, anterior and posterior parts: anterior part with prostomium with two small anterior peaks and two small ventrally placed lateral antennae. Long thin tentacular cirri and long buccal cirri on segment 2. Dark pigment on posterior part of pros'^^xsd:string;
  dwc:aphiaid '939'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '939'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-459'^^xsd:string;
  dwc:scientificName 'Rhachotropis levantis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype Female, 8 mm.; 2 additional broken specimens.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '428793'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '428793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1127'^^xsd:string;
  dwc:scientificName 'Siphonosoma australe'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 7,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '220532'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '220532'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1119'^^xsd:string;
  dwc:scientificName 'Sipunculus natans'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 7,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424105'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '266517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1121'^^xsd:string;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 7,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-734'^^xsd:string;
  dwc:scientificName 'Sphyrapus dispar'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 7,6 C adult (2 with rudimentary oostegites). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '428810'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '819018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-652'^^xsd:string;
  dwc:scientificName 'Stegopoma plicatile'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:occurrenceRemarks 'Three large colonies, in height varying between 10 and 15 cm, with a spread of about 10 cm. No gonothecae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '117975'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '117727'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-67'^^xsd:string;
  dwc:scientificName 'Stephanoscyphus simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 8 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_173-188.pdf'^^xsd:string;
  dwc:aphiaid '271293'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '888452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1344'^^xsd:string;
  dwc:scientificName 'Tessaradoma brevissima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428817'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '470988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-688'^^xsd:string;
  dwc:scientificName 'Thecocarpus tenuissima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:occurrenceRemarks 'Three well developed colonies, up to 12 cm high, with tufts of hydrorhiza fibres. No corbulae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '428819'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '284183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-570'^^xsd:string;
  dwc:scientificName 'Thenea wrighti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '170317'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '1463285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-292'^^xsd:string;
  dwc:scientificName 'Thoracostoma bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:occurrenceRemarks '8 juv., 10 females, 3 males. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '227871'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '227871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-294'^^xsd:string;
  dwc:scientificName 'Thoracostoma galatheae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_243-254.pdf'^^xsd:string;
  dwc:aphiaid '230983'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '229564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1381'^^xsd:string;
  dwc:scientificName 'Antinoella antarctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '(anterior part): 4 x 3 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '332983'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '155221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-473'^^xsd:string;
  dwc:scientificName 'Aorcho delgadus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype Male, 7 mm. + male 7 mm. Five other specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428583'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '428583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1490'^^xsd:string;
  dwc:scientificName 'Aglaophamus verrilli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '20 x 2 mm (complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '157147'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '157147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-416'^^xsd:string;
  dwc:scientificName 'Ampelisca chiltoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Young male, 9 mm., and a 4 mm juvenile.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '211229'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '211229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1699'^^xsd:string;
  dwc:scientificName 'Ampharetidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:occurrenceRemarks 'indeterminable fragments of Ampharetids of the subfamily Ampharetinae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '981'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-771'^^xsd:string;
  dwc:scientificName 'Cyclaspis tasmanica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 7,6 C subadult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '181758'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '181758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-607'^^xsd:string;
  dwc:scientificName 'Cyliconema tasmani'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '190775'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '171473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-784'^^xsd:string;
  dwc:scientificName 'Diastylis delicata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 7,6 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '181939'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '181939'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1590'^^xsd:string;
  dwc:scientificName 'Drilonereis logani'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 0,5, 27 x 0,5 mm (anterior ends). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '413991'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '413991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1251'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 pedicle valve. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_007-020.pdf'^^xsd:string;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00034'^^xsd:string;
  dwc:scientificName 'Glycera knoxi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00034) 53 x 5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '328124'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '328124'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-721'^^xsd:string;
  dwc:scientificName 'Apseudes diversus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 7,6 C with rudimentary oostegites + 1 adult male. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '428584'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '247084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-719'^^xsd:string;
  dwc:scientificName 'Apseudes steosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 7,6 C adult (two with rudimentary oostegites). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_023-120.pdf'^^xsd:string;
  dwc:aphiaid '428585'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '247119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-439'^^xsd:string;
  dwc:scientificName 'Arculfia trago'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype Female, 7 mm., ovigerous; and one broken specimen, head end only. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '102938'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '102938'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1606'^^xsd:string;
  dwc:scientificName 'Aricidea simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 7,6 C 7 x 0,5 mm (anterior part). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '174163'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '333037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-355'^^xsd:string;
  dwc:scientificName 'Azygopus pinnifasciatus flemingi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Std. l. 86-101 mm. Gear: ST300 Holotype: P853105. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_219-226.pdf'^^xsd:string;
  dwc:aphiaid '323604'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '279854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1355'^^xsd:string;
  dwc:scientificName 'Boschmaia munidicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'ca. 7,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_16/galathea-vol.16-pp_099-112.pdf'^^xsd:string;
  dwc:aphiaid '421090'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '421090'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1311'^^xsd:string;
  dwc:scientificName 'Bugulella australis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '428602'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '183031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-422'^^xsd:string;
  dwc:scientificName 'Byblisoides esferis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype male?, 7 mm. and two other specimens, est. 12 mm. (broken) and 7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428603'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '428603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-474'^^xsd:string;
  dwc:scientificName 'Camacho bathyplous'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks '8 mm. and 7 other specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '488775'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '488775'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-776'^^xsd:string;
  dwc:scientificName 'Campylaspis inornata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 7,6 C ovigerous. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182410'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '182410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-434'^^xsd:string;
  dwc:scientificName 'Carangolia puliciformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype female, 3,5 mm.; female 3 mm.; dissected female, 3 mm.; another specimen 3 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '428604'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '428604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-971'^^xsd:string;
  dwc:scientificName 'Bdellamaris eptatreti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '"25,1 mm; 34,5 mm, collapsed along the venter; 31,0 mm, from Myxine (dissected); 28,0 mm (mounted).. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_12/galathea-vol.12-pp_113-126.pdf"'^^xsd:string;
  dwc:aphiaid '370603'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '370603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1161'^^xsd:string;
  dwc:scientificName 'Golfingia sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 7,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1143'^^xsd:string;
  dwc:scientificName 'Golfingia trichocephala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 7,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424982'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '266495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-676'^^xsd:string;
  dwc:scientificName 'Halopteris infundibulum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype One colony of 35 mm hight, with very young gonophores.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_08/galathea-vol.08-pp_097-174.pdf'^^xsd:string;
  dwc:aphiaid '287306'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '287306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-423'^^xsd:string;
  dwc:scientificName 'Haploops descansa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '423425'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '423425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1594'^^xsd:string;
  dwc:scientificName 'Haploscoloplos kerguelensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 7,6 C 12 x 1, 10 x 1 mm (anterior parts). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '173945'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '130513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-428'^^xsd:string;
  dwc:scientificName 'Harpinia nadania'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 4,25 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428659'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '548925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-429'^^xsd:string;
  dwc:scientificName 'Harpinia palabria'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype Female, 3,25 mm.; female 2,75 mm.; 19 other specimens. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '428660'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '549020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1520'^^xsd:string;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 1-50 x 4 mm, 7 tubes. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-432'^^xsd:string;
  dwc:scientificName 'Joubinella traditor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428681'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '428681'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1530'^^xsd:string;
  dwc:scientificName 'Kinbergonuphis proalopus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks '8 x 1-43 x 2 mm (anterior ends), fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333710'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '333710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1379'^^xsd:string;
  dwc:scientificName 'Laetmonice filicornis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '32 setigers: 12 x 8, 18 x 10 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '129844'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '129844'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1391'^^xsd:string;
  dwc:scientificName 'Lagisca torbeni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:occurrenceRemarks '"2 anterior ends: 4 x 5, 15 x 5 mm.; 1 posterior end. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf"'^^xsd:string;
  dwc:aphiaid '328598'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '1836142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1424'^^xsd:string;
  dwc:scientificName 'Leanira quatrefagesi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks '5 x 1-22 x 1 mm (anterior ends), 2 posterior ends, 3 fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155223'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '155223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1556'^^xsd:string;
  dwc:scientificName 'Lumbrineris brevicirra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '14 x 1-15 x 1 mm (anterior ends), fragments. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '333871'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '413988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-447'^^xsd:string;
  dwc:scientificName 'Monoculodes abacus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 4 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428724'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '428724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'CRU-11633'^^xsd:string;
  dwc:scientificName 'Munida gracilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '75'^^xsd:integer;
  dwc:occurrenceRemarks 'ZMUC CRU-11633 36 male (11,4-35,5 mm.) 37 female (12,3-36,9 mm) 2 sp. (sex indet. 7,0, 7,0 mm). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_20/galathea-vol.20-pp_067-207.pdf'^^xsd:string;
  dwc:aphiaid '210336'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '1605919'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1684'^^xsd:string;
  dwc:scientificName 'Melinna sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '129168'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '129168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-471'^^xsd:string;
  dwc:scientificName 'Melita solada'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Det. as Melita? Holotype 12 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428719'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '428719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-512'^^xsd:string;
  dwc:scientificName 'Mixomesus pellucidus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 7,6 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '261298'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '261298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00042'^^xsd:string;
  dwc:scientificName 'Nephtys bruuni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00042) Paratype (ZMUC-POL-00158) Holotype 11 x 3 mm. Paratype 9 x 3 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '329540'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '329540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-449'^^xsd:string;
  dwc:scientificName 'Oediceroides limpieza'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '"Holotype Female, 13 mm.; female 12 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf"'^^xsd:string;
  dwc:aphiaid '428741'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '428741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1163'^^xsd:string;
  dwc:scientificName 'Onchnesoma steenstrupi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'c. 7,5 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '410742'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '410742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1415'^^xsd:string;
  dwc:scientificName 'Panthalis novaezelandiae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '5 x 3 mm (23 segments), 15 x 7 mm (35 segments). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '330259'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '330259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-798'^^xsd:string;
  dwc:scientificName 'Paradiastylis bathyalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype c. 7,6 C subadult Det. as ?Paradiastylis. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_10/galathea-vol.10-pp_099-180.pdf'^^xsd:string;
  dwc:aphiaid '182124'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '182124'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1537'^^xsd:string;
  dwc:scientificName 'Paradiopatra fragosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '10, 18, 20, 20 x 0,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155044'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '155044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1635'^^xsd:string;
  dwc:scientificName 'Ophelina breviata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 7,6 C 28 x 1 mm (28 setigers, anal tube with papillae). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130502'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '130502'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.166599"^^xsd:decimal ;
  dwc:decimalLongitude "170.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.166599 170.166)"^^geo:wktLiteral ;
  geo-pos:lat "-42.166599"^^xsd:decimal ;
  geo-pos:long "170.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-478'^^xsd:string;
  dwc:scientificName 'Runanga coxalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.166'^^xsd:double;
  dwc:latitude '-42.166599'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 5,5 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '428796'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '428796'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.133301 170.332993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.133301"^^xsd:decimal ;
  dwc:decimalLongitude "170.332993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.133301 170.332993)"^^geo:wktLiteral ;
  geo-pos:lat "-42.133301"^^xsd:decimal ;
  geo-pos:long "170.332993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1172'^^xsd:string;
  dwc:scientificName 'Themiste huttoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:julianDay '20'^^xsd:integer;
  dwc:longitude '170.332993'^^xsd:double;
  dwc:latitude '-42.133301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '410767'^^xsd:integer;
  dwc:observationDate '1952-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '410767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.516602 173.332993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.516602"^^xsd:decimal ;
  dwc:decimalLongitude "173.332993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.516602 173.332993)"^^geo:wktLiteral ;
  geo-pos:lat "-40.516602"^^xsd:decimal ;
  geo-pos:long "173.332993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1133'^^xsd:string;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:julianDay '355'^^xsd:integer;
  dwc:longitude '173.332993'^^xsd:double;
  dwc:latitude '-40.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:observationDate '1951-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.083302 174.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.083302"^^xsd:decimal ;
  dwc:decimalLongitude "174.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.083302 174.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.083302"^^xsd:decimal ;
  geo-pos:long "174.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1180'^^xsd:string;
  dwc:scientificName 'Themiste lageniformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '29'^^xsd:integer;
  dwc:longitude '174.75'^^xsd:double;
  dwc:latitude '-37.083302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266868'^^xsd:integer;
  dwc:observationDate '1952-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '266868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.783298 174.783005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.783298"^^xsd:decimal ;
  dwc:decimalLongitude "174.783005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.783298 174.783005)"^^geo:wktLiteral ;
  geo-pos:lat "-36.783298"^^xsd:decimal ;
  geo-pos:long "174.783005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1181'^^xsd:string;
  dwc:scientificName 'Themiste lageniformis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:julianDay '58'^^xsd:integer;
  dwc:longitude '174.783005'^^xsd:double;
  dwc:latitude '-36.783298'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '266868'^^xsd:integer;
  dwc:observationDate '1952-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '266868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.766602 175.800003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.766602"^^xsd:decimal ;
  dwc:decimalLongitude "175.800003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.766602 175.800003)"^^geo:wktLiteral ;
  geo-pos:lat "-41.766602"^^xsd:decimal ;
  geo-pos:long "175.800003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-381'^^xsd:string;
  dwc:scientificName 'Eurythenes gryllus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:julianDay '24'^^xsd:integer;
  dwc:longitude '175.800003'^^xsd:double;
  dwc:latitude '-41.766602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'ovigerous, 20 mm., field color note: body ornage, eyes yellow.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '102563'^^xsd:integer;
  dwc:observationDate '1952-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '102563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.549999"^^xsd:decimal ;
  dwc:decimalLongitude "175.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "660"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  geo-pos:lat "-37.549999"^^xsd:decimal ;
  geo-pos:long "175.949997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1173'^^xsd:string;
  dwc:scientificName 'Themiste huttoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:julianDay '26'^^xsd:integer;
  dwc:longitude '175.949997'^^xsd:double;
  dwc:latitude '-37.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '660'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '410767'^^xsd:integer;
  dwc:observationDate '1952-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '410767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.549999"^^xsd:decimal ;
  dwc:decimalLongitude "175.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "660"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  geo-pos:lat "-37.549999"^^xsd:decimal ;
  geo-pos:long "175.949997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1184'^^xsd:string;
  dwc:scientificName 'Themiste minor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:julianDay '26'^^xsd:integer;
  dwc:longitude '175.949997'^^xsd:double;
  dwc:latitude '-37.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '660'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '424711'^^xsd:integer;
  dwc:observationDate '1952-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '266869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.549999"^^xsd:decimal ;
  dwc:decimalLongitude "175.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "660"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  geo-pos:lat "-37.549999"^^xsd:decimal ;
  geo-pos:long "175.949997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-415'^^xsd:string;
  dwc:scientificName 'Ampelisca albedo'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:julianDay '26'^^xsd:integer;
  dwc:longitude '175.949997'^^xsd:double;
  dwc:latitude '-37.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '660'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype 7 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '422965'^^xsd:integer;
  dwc:observationDate '1952-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '422965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.549999"^^xsd:decimal ;
  dwc:decimalLongitude "175.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "660"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  geo-pos:lat "-37.549999"^^xsd:decimal ;
  geo-pos:long "175.949997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1607'^^xsd:string;
  dwc:scientificName 'Aricidea simplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:julianDay '26'^^xsd:integer;
  dwc:longitude '175.949997'^^xsd:double;
  dwc:latitude '-37.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '660'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 0,5 mm, 12 x 1 mm (anterior parts). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '174163'^^xsd:integer;
  dwc:observationDate '1952-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '333037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.549999"^^xsd:decimal ;
  dwc:decimalLongitude "175.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "660"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  geo-pos:lat "-37.549999"^^xsd:decimal ;
  geo-pos:long "175.949997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1135'^^xsd:string;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:julianDay '26'^^xsd:integer;
  dwc:longitude '175.949997'^^xsd:double;
  dwc:latitude '-37.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '660'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:observationDate '1952-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.549999"^^xsd:decimal ;
  dwc:decimalLongitude "175.949997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "660"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.549999 175.949997)"^^geo:wktLiteral ;
  geo-pos:lat "-37.549999"^^xsd:decimal ;
  geo-pos:long "175.949997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1159'^^xsd:string;
  dwc:scientificName 'Golfingia sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:julianDay '26'^^xsd:integer;
  dwc:longitude '175.949997'^^xsd:double;
  dwc:latitude '-37.549999'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '660'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'cf. pellucida . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_14/galathea-vol.14-pp_135-156.pdf'^^xsd:string;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:observationDate '1952-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.516602 177.132996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.516602"^^xsd:decimal ;
  dwc:decimalLongitude "177.132996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "213"^^xsd:integer ;
  dwc:maximumDepthInMeters "213"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.516602 177.132996)"^^geo:wktLiteral ;
  geo-pos:lat "-37.516602"^^xsd:decimal ;
  geo-pos:long "177.132996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-518'^^xsd:string;
  dwc:scientificName 'Eurycope gibberifrons'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:julianDay '26'^^xsd:integer;
  dwc:longitude '177.132996'^^xsd:double;
  dwc:latitude '-37.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '213'^^xsd:integer;
  dwc:maximumDepth '213'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 14,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_108-205.pdf'^^xsd:string;
  dwc:aphiaid '255742'^^xsd:integer;
  dwc:observationDate '1952-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '255742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.516602 177.132996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.516602"^^xsd:decimal ;
  dwc:decimalLongitude "177.132996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "213"^^xsd:integer ;
  dwc:maximumDepthInMeters "213"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.516602 177.132996)"^^geo:wktLiteral ;
  geo-pos:lat "-37.516602"^^xsd:decimal ;
  geo-pos:long "177.132996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-513'^^xsd:string;
  dwc:scientificName 'Ilyarachna aspidophora'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:julianDay '26'^^xsd:integer;
  dwc:longitude '177.132996'^^xsd:double;
  dwc:latitude '-37.516602'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '213'^^xsd:integer;
  dwc:maximumDepth '213'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. c. 14,7 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_06/galathea-vol.06-pp_049-108.pdf'^^xsd:string;
  dwc:aphiaid '183208'^^xsd:integer;
  dwc:observationDate '1952-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '260557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-2'^^xsd:string;
  dwc:scientificName 'Octacnemus bythius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_01/galathea-vol.01-pp_189-210.pdf'^^xsd:string;
  dwc:aphiaid '250961'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '250961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1068'^^xsd:string;
  dwc:scientificName 'Peniagone azorica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '124734'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '124734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1614'^^xsd:string;
  dwc:scientificName 'Pherusa sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C anterior fragment with long capillary setae. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '129293'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '129293'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-877'^^xsd:string;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_11/galathea-vol.11-pp_018-159.pdf'^^xsd:string;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1053'^^xsd:string;
  dwc:scientificName 'Psychropotes loveni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '414294'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '414294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1088'^^xsd:string;
  dwc:scientificName 'Scotoplanes globosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '66'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '148773'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '148773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1638'^^xsd:string;
  dwc:scientificName 'Travisia profundi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C 20 x 4 mm (complete), 15 x 4 mm (anterior end). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '173934'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '173934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1627'^^xsd:string;
  dwc:scientificName 'Ammotrypanella arctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C 42 x 2 mm (complete), 36 x 2 mm, 33 x 2 mm (last two specimens without anal funnel). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_057-078.pdf'^^xsd:string;
  dwc:aphiaid '130484'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '130484'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1076'^^xsd:string;
  dwc:scientificName 'Amperima robusta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_126-182.pdf'^^xsd:string;
  dwc:aphiaid '414289'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '414289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1702'^^xsd:string;
  dwc:scientificName 'Ampharetidae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:occurrenceRemarks 'indeterminable fragments of Ampharetids of the subfamily Ampharetinae.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_057-068.pdf'^^xsd:string;
  dwc:aphiaid '981'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-274'^^xsd:string;
  dwc:scientificName 'Colossendeis colossea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'longeur du corps 37 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134663'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '134663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-278'^^xsd:string;
  dwc:scientificName 'Colossendeis cucurbita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '18-28 et 30 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_02/galathea-vol.02-pp_167-182.pdf'^^xsd:string;
  dwc:aphiaid '134664'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '134664'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-989'^^xsd:string;
  dwc:scientificName 'Deima validum validum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '125223'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '125223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1288'^^xsd:string;
  dwc:scientificName 'Columnella magna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_15/galathea-vol.15-pp_021-068.pdf'^^xsd:string;
  dwc:aphiaid '183072'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '183072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-748'^^xsd:string;
  dwc:scientificName 'Exspina typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp 2,0 C adult. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_09/galathea-vol.09-pp_121-210.pdf'^^xsd:string;
  dwc:aphiaid '136421'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '136421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber '-POL-00021'^^xsd:string;
  dwc:scientificName 'Aphrodita abyssalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:typeStatus 'Holotype'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype (ZMUC-POL-00021) 55 x 25 mm (complete). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '336286'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-574'^^xsd:string;
  dwc:scientificName 'Asbestopluma biseralis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168192'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '168192'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1017'^^xsd:string;
  dwc:scientificName 'Benthodytes typica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_13/galathea-vol.13-pp_014-126.pdf'^^xsd:string;
  dwc:aphiaid '124765'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '124765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-476'^^xsd:string;
  dwc:scientificName 'Camacho bathyplous'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '13 mm.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_05/galathea-vol.05-pp_023-128.pdf'^^xsd:string;
  dwc:aphiaid '488775'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '488775'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-575'^^xsd:string;
  dwc:scientificName 'Chondrocladia asigmata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:occurrenceRemarks '. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_063-112.pdf'^^xsd:string;
  dwc:aphiaid '168211'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '168211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-529'^^xsd:string;
  dwc:scientificName 'Histiobranchus bathybius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bottom temp. 2,0 C 527 mm total length. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_07/galathea-vol.07-pp_029-042.pdf'^^xsd:string;
  dwc:aphiaid '126323'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '126323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-313'^^xsd:string;
  dwc:scientificName 'Hyphalaster inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '2,0 C . Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_04/galathea-vol.04-pp_033-176.pdf'^^xsd:string;
  dwc:aphiaid '123932'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '123932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1426'^^xsd:string;
  dwc:scientificName 'Leanira quatrefagesi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:occurrenceRemarks '1 fragment, possibly this species (only median parapodia with setae). Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '155223'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '155223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.383301"^^xsd:decimal ;
  dwc:decimalLongitude "177.682999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2640"^^xsd:integer ;
  dwc:maximumDepthInMeters "2640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.383301 177.682999)"^^geo:wktLiteral ;
  geo-pos:lat "-36.383301"^^xsd:decimal ;
  geo-pos:long "177.682999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1543'^^xsd:string;
  dwc:scientificName 'Paradiopatra paucibranchis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:julianDay '60'^^xsd:integer;
  dwc:longitude '177.682999'^^xsd:double;
  dwc:latitude '-36.383301'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '2640'^^xsd:integer;
  dwc:maximumDepth '2640'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '10 x 0, 5 mm (anterior end), 1 fragment. All in poor condition.. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_17/galathea-vol.17-pp_007-056.pdf'^^xsd:string;
  dwc:aphiaid '413997'^^xsd:integer;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '173845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2037__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2037__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2037__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.083302 178.332993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.083302"^^xsd:decimal ;
  dwc:decimalLongitude "178.332993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1400"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2037__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.083302 178.332993)"^^geo:wktLiteral ;
  geo-pos:lat "-39.083302"^^xsd:decimal ;
  geo-pos:long "178.332993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750"^^xsd:integer .

<https://eurobis.org/id/occurrence/2037__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2037_> ;
  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 '2007-10-29'^^xsd:date;
  dwc:institutionCode 'ZMUC'^^xsd:string;
  dwc:collectionCode 'Galathea II'^^xsd:string;
  dwc:catalogNumber 'Gal-II-1723'^^xsd:string;
  dwc:scientificName 'Sergia potens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Galathea II Danish Deep Sea Expedition 1950-52'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:julianDay '25'^^xsd:integer;
  dwc:longitude '178.332993'^^xsd:double;
  dwc:latitude '-39.083302'^^xsd:double;
  dwc:coordinatePrecision '1750'^^xsd:integer;
  dwc:minimumDepth '1400'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Carapace length 30 mm. Record published in http://www.zmuc.dk/InverWeb/Galathea/Pdf_filer/Volume_18/galathea-vol.18-pp_137-207.pdf'^^xsd:string;
  dwc:aphiaid '240790'^^xsd:integer;
  dwc:observationDate '1952-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '1056514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF