@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/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A58> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.1494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.1494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '58'^^xsd:integer;
  dwc:scientificName 'Piscicola geometra'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.1494'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '116980'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:58'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A64> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.1494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A64>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.1494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '64'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.1494'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:64'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A65> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.1494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A65>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.1494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '65'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.1494'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:65'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A66> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.1494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A66>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.1494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '66'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.1494'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:66'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A67> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.1494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A67>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.1494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '67'^^xsd:integer;
  dwc:scientificName 'Jaera albifrons'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.1494'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '118715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:67'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '264171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A69> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.1494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A69>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.1494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '69'^^xsd:integer;
  dwc:scientificName 'Gammarus locusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.1494'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '102281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:69'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '102281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A72> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.1494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A72>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.1494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '72'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.1494'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:72'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A71> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.1494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A71>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.1494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '71'^^xsd:integer;
  dwc:scientificName 'Cironomus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.1494'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '146802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:71'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '146802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A73> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.1494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A73>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.1494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '73'^^xsd:integer;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.1494'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:73'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A70> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.1494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A70>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.1494)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.1494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '70'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.1494'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:70'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A57> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '57'^^xsd:integer;
  dwc:scientificName 'Idotea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.249'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:aphiaid '118454'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:57'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '118454'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A77> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A77>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '77'^^xsd:integer;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.249'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:77'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A78> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A78>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '78'^^xsd:integer;
  dwc:scientificName 'Piscicola geometra'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.249'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:aphiaid '116980'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:78'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A83> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A83>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '83'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.249'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:83'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A85> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A85>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '85'^^xsd:integer;
  dwc:scientificName 'Gammarus locusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.249'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:aphiaid '102281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:85'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '102281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A93> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '93'^^xsd:integer;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.249'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:93'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '108'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.249'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:108'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A92> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A92>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '92'^^xsd:integer;
  dwc:scientificName 'Cironomus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.249'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:aphiaid '146802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:92'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '146802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A90> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A90>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '90'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.249'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:90'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A91> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5478"^^xsd:decimal ;
  dwc:decimalLongitude "16.249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A91>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5478 16.249)"^^geo:wktLiteral ;
  geo-pos:lat "54.5478"^^xsd:decimal ;
  geo-pos:long "16.249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '91'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.249'^^xsd:double;
  dwc:latitude '54.5478'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:91'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A82> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4482"^^xsd:decimal ;
  dwc:decimalLongitude "16.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A82>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  geo-pos:lat "54.4482"^^xsd:decimal ;
  geo-pos:long "16.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '82'^^xsd:integer;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.5478'^^xsd:double;
  dwc:latitude '54.4482'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:82'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A94> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4482"^^xsd:decimal ;
  dwc:decimalLongitude "16.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  geo-pos:lat "54.4482"^^xsd:decimal ;
  geo-pos:long "16.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '94'^^xsd:integer;
  dwc:scientificName 'Terebellides stroemi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.5478'^^xsd:double;
  dwc:latitude '54.4482'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '183466'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:94'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '131573'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A95> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4482"^^xsd:decimal ;
  dwc:decimalLongitude "16.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  geo-pos:lat "54.4482"^^xsd:decimal ;
  geo-pos:long "16.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '95'^^xsd:integer;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.5478'^^xsd:double;
  dwc:latitude '54.4482'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:95'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4482"^^xsd:decimal ;
  dwc:decimalLongitude "16.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  geo-pos:lat "54.4482"^^xsd:decimal ;
  geo-pos:long "16.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '102'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.5478'^^xsd:double;
  dwc:latitude '54.4482'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:102'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4482"^^xsd:decimal ;
  dwc:decimalLongitude "16.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  geo-pos:lat "54.4482"^^xsd:decimal ;
  geo-pos:long "16.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '104'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.5478'^^xsd:double;
  dwc:latitude '54.4482'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:104'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4482"^^xsd:decimal ;
  dwc:decimalLongitude "16.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  geo-pos:lat "54.4482"^^xsd:decimal ;
  geo-pos:long "16.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '105'^^xsd:integer;
  dwc:scientificName 'Lineus ruber'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.5478'^^xsd:double;
  dwc:latitude '54.4482'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122536'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:105'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '122536'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4482"^^xsd:decimal ;
  dwc:decimalLongitude "16.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  geo-pos:lat "54.4482"^^xsd:decimal ;
  geo-pos:long "16.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '106'^^xsd:integer;
  dwc:scientificName 'Halicryptus spinulosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.5478'^^xsd:double;
  dwc:latitude '54.4482'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '101156'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:106'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '101156'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A14> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4482"^^xsd:decimal ;
  dwc:decimalLongitude "16.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  geo-pos:lat "54.4482"^^xsd:decimal ;
  geo-pos:long "16.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '14'^^xsd:integer;
  dwc:scientificName 'Diastylis rathkei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.5478'^^xsd:double;
  dwc:latitude '54.4482'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '110487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:14'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '110487'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A25> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4482"^^xsd:decimal ;
  dwc:decimalLongitude "16.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  geo-pos:lat "54.4482"^^xsd:decimal ;
  geo-pos:long "16.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '25'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.5478'^^xsd:double;
  dwc:latitude '54.4482'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:25'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4482"^^xsd:decimal ;
  dwc:decimalLongitude "16.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  geo-pos:lat "54.4482"^^xsd:decimal ;
  geo-pos:long "16.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '107'^^xsd:integer;
  dwc:scientificName 'Gammarus locusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.5478'^^xsd:double;
  dwc:latitude '54.4482'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '102281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:107'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '102281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4482"^^xsd:decimal ;
  dwc:decimalLongitude "16.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4482 16.5478)"^^geo:wktLiteral ;
  geo-pos:lat "54.4482"^^xsd:decimal ;
  geo-pos:long "16.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '103'^^xsd:integer;
  dwc:scientificName 'Mysis mixta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '16.5478'^^xsd:double;
  dwc:latitude '54.4482'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:103'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '120113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A37> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.498"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  geo-pos:lat "55.498"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '37'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '55.498'^^xsd:double;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:37'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A42> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.498"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  geo-pos:lat "55.498"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '42'^^xsd:integer;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '55.498'^^xsd:double;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:42'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A20> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.498"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  geo-pos:lat "55.498"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '20'^^xsd:integer;
  dwc:scientificName 'Saduria entomon'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '55.498'^^xsd:double;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '119034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:20'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '119034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A30> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.498"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  geo-pos:lat "55.498"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '30'^^xsd:integer;
  dwc:scientificName 'Mysis mixta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '55.498'^^xsd:double;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '120113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:30'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '120113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A35> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.498"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  geo-pos:lat "55.498"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '35'^^xsd:integer;
  dwc:scientificName 'Jaera albifrons'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '55.498'^^xsd:double;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '118715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:35'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '264171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A36> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.498"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  geo-pos:lat "55.498"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '36'^^xsd:integer;
  dwc:scientificName 'Gammarus locusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '55.498'^^xsd:double;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '102281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:36'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '102281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A31> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.498"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  geo-pos:lat "55.498"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '31'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '55.498'^^xsd:double;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:31'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A1> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.498"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  geo-pos:lat "55.498"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '1'^^xsd:integer;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '55.498'^^xsd:double;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:1'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A29> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.498"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  geo-pos:lat "55.498"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '29'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '55.498'^^xsd:double;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:29'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A38> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.498"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.498 17)"^^geo:wktLiteral ;
  geo-pos:lat "55.498"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '38'^^xsd:integer;
  dwc:scientificName 'Diastylis rathkei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '55.498'^^xsd:double;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '110487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:38'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '110487'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A84> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.50298"^^xsd:decimal ;
  dwc:decimalLongitude "17.0996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A84>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  geo-pos:lat "55.50298"^^xsd:decimal ;
  geo-pos:long "17.0996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '84'^^xsd:integer;
  dwc:scientificName 'Gammarus locusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.0996'^^xsd:double;
  dwc:latitude '55.50298'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '102281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:84'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '102281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.50298"^^xsd:decimal ;
  dwc:decimalLongitude "17.0996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  geo-pos:lat "55.50298"^^xsd:decimal ;
  geo-pos:long "17.0996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '118'^^xsd:integer;
  dwc:scientificName 'Jaera albifrons'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.0996'^^xsd:double;
  dwc:latitude '55.50298'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '118715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:118'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '264171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A11> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.50298"^^xsd:decimal ;
  dwc:decimalLongitude "17.0996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  geo-pos:lat "55.50298"^^xsd:decimal ;
  geo-pos:long "17.0996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '11'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.0996'^^xsd:double;
  dwc:latitude '55.50298'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:11'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A12> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.50298"^^xsd:decimal ;
  dwc:decimalLongitude "17.0996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  geo-pos:lat "55.50298"^^xsd:decimal ;
  geo-pos:long "17.0996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '12'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.0996'^^xsd:double;
  dwc:latitude '55.50298'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:12'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A56> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.50298"^^xsd:decimal ;
  dwc:decimalLongitude "17.0996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  geo-pos:lat "55.50298"^^xsd:decimal ;
  geo-pos:long "17.0996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '56'^^xsd:integer;
  dwc:scientificName 'Calliopius laeviusculus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.0996'^^xsd:double;
  dwc:latitude '55.50298'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '102178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:56'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '102178'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A10> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.50298"^^xsd:decimal ;
  dwc:decimalLongitude "17.0996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  geo-pos:lat "55.50298"^^xsd:decimal ;
  geo-pos:long "17.0996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '10'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.0996'^^xsd:double;
  dwc:latitude '55.50298'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:10'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A13> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.50298"^^xsd:decimal ;
  dwc:decimalLongitude "17.0996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.50298 17.0996)"^^geo:wktLiteral ;
  geo-pos:lat "55.50298"^^xsd:decimal ;
  geo-pos:long "17.0996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '13'^^xsd:integer;
  dwc:scientificName 'Diastylis rathkei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.0996'^^xsd:double;
  dwc:latitude '55.50298'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '110487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:13'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '110487'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A8> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3486"^^xsd:decimal ;
  dwc:decimalLongitude "17.1992"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  geo-pos:lat "55.3486"^^xsd:decimal ;
  geo-pos:long "17.1992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '8'^^xsd:integer;
  dwc:scientificName 'Cironomus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.1992'^^xsd:double;
  dwc:latitude '55.3486'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '146802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:8'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '146802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A3> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3486"^^xsd:decimal ;
  dwc:decimalLongitude "17.1992"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  geo-pos:lat "55.3486"^^xsd:decimal ;
  geo-pos:long "17.1992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '3'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.1992'^^xsd:double;
  dwc:latitude '55.3486'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:3'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A4> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3486"^^xsd:decimal ;
  dwc:decimalLongitude "17.1992"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  geo-pos:lat "55.3486"^^xsd:decimal ;
  geo-pos:long "17.1992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '4'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.1992'^^xsd:double;
  dwc:latitude '55.3486'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:4'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A9> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3486"^^xsd:decimal ;
  dwc:decimalLongitude "17.1992"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  geo-pos:lat "55.3486"^^xsd:decimal ;
  geo-pos:long "17.1992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '9'^^xsd:integer;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.1992'^^xsd:double;
  dwc:latitude '55.3486'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:9'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A6> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3486"^^xsd:decimal ;
  dwc:decimalLongitude "17.1992"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  geo-pos:lat "55.3486"^^xsd:decimal ;
  geo-pos:long "17.1992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '6'^^xsd:integer;
  dwc:scientificName 'Gammarus locusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.1992'^^xsd:double;
  dwc:latitude '55.3486'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '102281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:6'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '102281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A5> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3486"^^xsd:decimal ;
  dwc:decimalLongitude "17.1992"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  geo-pos:lat "55.3486"^^xsd:decimal ;
  geo-pos:long "17.1992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '5'^^xsd:integer;
  dwc:scientificName 'Jaera albifrons'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.1992'^^xsd:double;
  dwc:latitude '55.3486'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '118715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:5'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '264171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A7> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3486"^^xsd:decimal ;
  dwc:decimalLongitude "17.1992"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3486 17.1992)"^^geo:wktLiteral ;
  geo-pos:lat "55.3486"^^xsd:decimal ;
  geo-pos:long "17.1992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '7'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '17.1992'^^xsd:double;
  dwc:latitude '55.3486'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:7'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A2> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.44616"^^xsd:decimal ;
  dwc:decimalLongitude "19.1962"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  geo-pos:lat "54.44616"^^xsd:decimal ;
  geo-pos:long "19.1962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '2'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '19.1962'^^xsd:double;
  dwc:latitude '54.44616'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:2'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.44616"^^xsd:decimal ;
  dwc:decimalLongitude "19.1962"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  geo-pos:lat "54.44616"^^xsd:decimal ;
  geo-pos:long "19.1962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '109'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '19.1962'^^xsd:double;
  dwc:latitude '54.44616'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:109'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.44616"^^xsd:decimal ;
  dwc:decimalLongitude "19.1962"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  geo-pos:lat "54.44616"^^xsd:decimal ;
  geo-pos:long "19.1962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '110'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '19.1962'^^xsd:double;
  dwc:latitude '54.44616'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:110'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.44616"^^xsd:decimal ;
  dwc:decimalLongitude "19.1962"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  geo-pos:lat "54.44616"^^xsd:decimal ;
  geo-pos:long "19.1962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '111'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '19.1962'^^xsd:double;
  dwc:latitude '54.44616'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:111'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A45> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.44616"^^xsd:decimal ;
  dwc:decimalLongitude "19.1962"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  geo-pos:lat "54.44616"^^xsd:decimal ;
  geo-pos:long "19.1962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '45'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '19.1962'^^xsd:double;
  dwc:latitude '54.44616'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:45'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A46> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.44616"^^xsd:decimal ;
  dwc:decimalLongitude "19.1962"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  geo-pos:lat "54.44616"^^xsd:decimal ;
  geo-pos:long "19.1962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '46'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '19.1962'^^xsd:double;
  dwc:latitude '54.44616'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:46'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A55> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.44616"^^xsd:decimal ;
  dwc:decimalLongitude "19.1962"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  geo-pos:lat "54.44616"^^xsd:decimal ;
  geo-pos:long "19.1962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '55'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '19.1962'^^xsd:double;
  dwc:latitude '54.44616'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:55'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A44> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.44616"^^xsd:decimal ;
  dwc:decimalLongitude "19.1962"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44616 19.1962)"^^geo:wktLiteral ;
  geo-pos:lat "54.44616"^^xsd:decimal ;
  geo-pos:long "19.1962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '44'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '19.1962'^^xsd:double;
  dwc:latitude '54.44616'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:44'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A43> ;
  mr:hasGeometry <https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0498 19.498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0498"^^xsd:decimal ;
  dwc:decimalLongitude "19.498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "83"^^xsd:integer ;
  dwc:maximumDepthInMeters "83"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0498 19.498)"^^geo:wktLiteral ;
  geo-pos:lat "55.0498"^^xsd:decimal ;
  geo-pos:long "19.498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1833__urn%3Acatalog%3AIFM-GEOMAR%3ABrandt%3A43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IFM-GEOMAR:Brandt:43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1833_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-01-14'^^xsd:date;
  dwc:institutionCode 'IFM-GEOMAR'^^xsd:string;
  dwc:collectionCode 'Brandt'^^xsd:string;
  dwc:catalogNumber '43'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '19.498'^^xsd:double;
  dwc:latitude '55.0498'^^xsd:double;
  dwc:minimumDepth '83'^^xsd:integer;
  dwc:maximumDepth '83'^^xsd:integer;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:IFM-GEOMAR:Brandt:43'^^xsd:anyURI;
  dwc:observationDate '1887-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF